#B990EE

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

Shades of Biloba Flower #B990EE

Tints of Biloba Flower #B990EE

Color information

#B990EE (or 0xB990EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and EE. RGB value is (185,144,238). Sum of RGB (Red+Green+Blue) = 185+144+238=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B990EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990EE is #466F11. Grayscale: #A6A6A6. Windows color (decimal): -4615954 or 15634617. OLE color: 15634617.

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

Color convert

RGB185144238-
CMYK0.220.3900.07
HSL266.17º73.44%74.9%-
HSV(B)266.17º39.5%93.33%-
XYZ45.4136.4385.53-
YUV166.98168.08140.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=32.63%
G=25.40%
B=41.98%

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
Decimal1851442380.220.3900.07266.1773.4474.9
HexB990EE16270710a494b
Octal271220356264707412111113
Binary10111001100100001110111010110100111011110000101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990EE; }

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

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

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

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

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

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

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

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