#B58EEC

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

Shades of Biloba Flower #B58EEC

Tints of Biloba Flower #B58EEC

Color information

#B58EEC (or 0xB58EEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and EC. RGB value is (181,142,236). Sum of RGB (Red+Green+Blue) = 181+142+236=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EEC is #4A7113. Grayscale: #A4A4A4. Windows color (decimal): -4878612 or 15503029. OLE color: 15503029.

HSL color Cylindrical-coordinate representation of color #B58EEC: hue angle of 264.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58EEC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181142236-
CMYK0.230.4000.07
HSL264.89º71.21%74.12%-
HSV(B)264.89º39.83%92.55%-
XYZ43.8735.2383.84-
YUV164.38168.42139.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=32.38%
G=25.40%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811422360.230.4000.07264.8971.2174.12
HexB58EEC172807109474a
Octal265216354275007411107112
Binary10110101100011101110110010111101000011110000100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EEC; }

 p { color: rgb(181,142,236); }

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

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

 a { background-color: rgb(181,142,236); }

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

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

 span { border-color: rgb(181,142,236); }

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