#B58EDE

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

Shades of Biloba Flower #B58EDE

Tints of Biloba Flower #B58EDE

Color information

#B58EDE (or 0xB58EDE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and DE. RGB value is (181,142,222). Sum of RGB (Red+Green+Blue) = 181+142+222=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDE is #4A7121. Grayscale: #A2A2A2. Windows color (decimal): -4878626 or 14585525. OLE color: 14585525.

HSL color Cylindrical-coordinate representation of color #B58EDE: hue angle of 269.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58EDE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181142222-
CMYK0.180.3600.13
HSL269.25º54.79%71.37%-
HSV(B)269.25º36.04%87.06%-
XYZ41.9134.4473.55-
YUV162.78161.42141-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=33.21%
G=26.06%
B=40.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811422220.180.3600.13269.2554.7971.37
HexB58EDE12240D10d3747
Octal265216336224401541567107
Binary10110101100011101101111010010100100011011000011011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EDE; }

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

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

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

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

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

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

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

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