#B588EA

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

Shades of Biloba Flower #B588EA

Tints of Biloba Flower #B588EA

Color information

#B588EA (or 0xB588EA) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and EA. RGB value is (181,136,234). Sum of RGB (Red+Green+Blue) = 181+136+234=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B588EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588EA is #4A7715. Grayscale: #A0A0A0. Windows color (decimal): -4880150 or 15370421. OLE color: 15370421.

HSL color Cylindrical-coordinate representation of color #B588EA: hue angle of 267.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B588EA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181136234-
CMYK0.230.4200.08
HSL267.55º70%72.55%-
HSV(B)267.55º41.88%91.76%-
XYZ42.7133.3782.03-
YUV160.63169.41142.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=32.85%
G=24.68%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811362340.230.4200.08267.557072.55
HexB588EA172A0810c4649
Octal2652103522752010414106111
Binary101101011000100011101010101111010100100010000110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588EA; }

 p { color: rgb(181,136,234); }

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

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

 a { background-color: rgb(181,136,234); }

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

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

 span { border-color: rgb(181,136,234); }

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