#B991EC

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

Shades of Biloba Flower #B991EC

Tints of Biloba Flower #B991EC

Color information

#B991EC (or 0xB991EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and EC. RGB value is (185,145,236). Sum of RGB (Red+Green+Blue) = 185+145+236=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B991EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991EC is #466E13. Grayscale: #A7A7A7. Windows color (decimal): -4615700 or 15503801. OLE color: 15503801.

HSL color Cylindrical-coordinate representation of color #B991EC: hue angle of 266.37º degrees, saturation: 0.71, 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 #B991EC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185145236-
CMYK0.220.3900.07
HSL266.37º70.54%74.71%-
HSV(B)266.37º38.56%92.55%-
XYZ45.2736.6284.04-
YUV167.33166.75140.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=32.69%
G=25.62%
B=41.70%

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
Decimal1851452360.220.3900.07266.3770.5474.71
HexB991EC16270710a474b
Octal271221354264707412107113
Binary10111001100100011110110010110100111011110000101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991EC; }

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

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

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

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

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

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

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

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