#B991EF

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

Shades of Biloba Flower #B991EF

Tints of Biloba Flower #B991EF

Color information

#B991EF (or 0xB991EF) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and EF. RGB value is (185,145,239). Sum of RGB (Red+Green+Blue) = 185+145+239=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #B991EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991EF is #466E10. Grayscale: #A7A7A7. Windows color (decimal): -4615697 or 15700409. OLE color: 15700409.

HSL color Cylindrical-coordinate representation of color #B991EF: hue angle of 265.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B991EF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185145239-
CMYK0.230.3900.06
HSL265.53º74.6%75.29%-
HSV(B)265.53º39.33%93.73%-
XYZ45.7136.886.35-
YUV167.68168.25140.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=32.51%
G=25.48%
B=42.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851452390.230.3900.06265.5374.675.29
HexB991EF17270610a4b4b
Octal271221357274706412113113
Binary10111001100100011110111110111100111011010000101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991EF; }

 p { color: rgb(185,145,239); }

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

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

 a { background-color: rgb(185,145,239); }

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

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

 span { border-color: rgb(185,145,239); }

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