#B991E8

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

Shades of Biloba Flower #B991E8

Tints of Biloba Flower #B991E8

Color information

#B991E8 (or 0xB991E8) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and E8. RGB value is (185,145,232). Sum of RGB (Red+Green+Blue) = 185+145+232=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #B991E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991E8 is #466E17. Grayscale: #A6A6A6. Windows color (decimal): -4615704 or 15241657. OLE color: 15241657.

HSL color Cylindrical-coordinate representation of color #B991E8: hue angle of 267.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B991E8 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185145232-
CMYK0.200.3800.09
HSL267.59º65.41%73.92%-
HSV(B)267.59º37.5%90.98%-
XYZ44.736.3981.01-
YUV166.88164.75140.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=32.92%
G=25.80%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851452320.200.3800.09267.5965.4173.92
HexB991E814260910c414a
Octal2712213502446011414101112
Binary101110011001000111101000101001001100100110000110010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991E8; }

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

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

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

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

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

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

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

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