#B990EC

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

Shades of Biloba Flower #B990EC

Tints of Biloba Flower #B990EC

Color information

#B990EC (or 0xB990EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and EC. RGB value is (185,144,236). Sum of RGB (Red+Green+Blue) = 185+144+236=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #B990EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990EC is #466F13. Grayscale: #A6A6A6. Windows color (decimal): -4615956 or 15503545. OLE color: 15503545.

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

Color convert

RGB185144236-
CMYK0.220.3900.07
HSL266.74º70.77%74.51%-
HSV(B)266.74º38.98%92.55%-
XYZ45.1236.3283.99-
YUV166.75167.08141.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=32.74%
G=25.49%
B=41.77%

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
Decimal1851442360.220.3900.07266.7470.7774.51
HexB990EC16270710b474b
Octal271220354264707413107113
Binary10111001100100001110110010110100111011110000101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990EC; }

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

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

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

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

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

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

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

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