#B19FEB

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

Shades of Biloba Flower #B19FEB

Tints of Biloba Flower #B19FEB

Color information

#B19FEB (or 0xB19FEB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and EB. RGB value is (177,159,235). Sum of RGB (Red+Green+Blue) = 177+159+235=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #B19FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FEB is #4E6014. Grayscale: #ACACAC. Windows color (decimal): -5136405 or 15441841. OLE color: 15441841.

HSL color Cylindrical-coordinate representation of color #B19FEB: hue angle of 254.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B19FEB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177159235-
CMYK0.250.3200.08
HSL254.21º65.52%77.25%-
HSV(B)254.21º32.34%92.16%-
XYZ45.5240.1483.95-
YUV173.05162.96130.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=31.00%
G=27.85%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771592350.250.3200.08254.2165.5277.25
HexB19FEB192008fe424d
Octal2612373533140010376102115
Binary10110001100111111110101111001100000010001111111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FEB; }

 p { color: rgb(177,159,235); }

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

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

 a { background-color: rgb(177,159,235); }

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

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

 span { border-color: rgb(177,159,235); }

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