#B18DFC

Color #B18DFC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B18DFC

Tints of Biloba Flower #B18DFC

Color information

#B18DFC (or 0xB18DFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and FC. RGB value is (177,141,252). Sum of RGB (Red+Green+Blue) = 177+141+252=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFC is #4E7203. Grayscale: #A4A4A4. Windows color (decimal): -5140996 or 16551345. OLE color: 16551345.

HSL color Cylindrical-coordinate representation of color #B18DFC: hue angle of 259.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18DFC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177141252-
CMYK0.300.4400.01
HSL259.46º94.87%77.06%-
HSV(B)259.46º44.05%98.82%-
XYZ45.2335.4396.55-
YUV164.42177.43136.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=31.05%
G=24.74%
B=44.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771412520.300.4400.01259.4694.8777.06
HexB18DFC1E2C011035f4d
Octal261215374365401403137115
Binary101100011000110111111100111101011000110000001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DFC; }

 p { color: rgb(177,141,252); }

 H1.HeaderClassName
 {
   color: #B18DFC;
 }
 .AnyTagClassName
 {
   color: #B18DFC;
 }
</style>
background-color css

<style>
 a { background-color: #B18DFC; }

 a { background-color: rgb(177,141,252); }

 div.DivClassName
 {
   background-color: #B18DFC;
 }
 .BgClassName
 {
   background-color: #B18DFC;
 }
</style>
border-color css

<style>
 span { border-color: #B18DFC; }

 span { border-color: rgb(177,141,252); }

 td.TdClassName
 {
   border-color: #B18DFC;
 }
 .TagClassName
 {
   border-color: #B18DFC;
 }
</style>