#B991ED

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

Shades of Biloba Flower #B991ED

Tints of Biloba Flower #B991ED

Color information

#B991ED (or 0xB991ED) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and ED. RGB value is (185,145,237). Sum of RGB (Red+Green+Blue) = 185+145+237=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B991ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991ED is #466E12. Grayscale: #A7A7A7. Windows color (decimal): -4615699 or 15569337. OLE color: 15569337.

HSL color Cylindrical-coordinate representation of color #B991ED: hue angle of 266.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B991ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185145237-
CMYK0.220.3900.07
HSL266.09º71.88%74.9%-
HSV(B)266.09º38.82%92.94%-
XYZ45.4236.6884.81-
YUV167.45167.25140.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=32.63%
G=25.57%
B=41.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851452370.220.3900.07266.0971.8874.9
HexB991ED16270710a484b
Octal271221355264707412110113
Binary10111001100100011110110110110100111011110000101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991ED; }

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

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

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

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

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

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

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

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