#B58EE9

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

Shades of Biloba Flower #B58EE9

Tints of Biloba Flower #B58EE9

Color information

#B58EE9 (or 0xB58EE9) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and E9. RGB value is (181,142,233). Sum of RGB (Red+Green+Blue) = 181+142+233=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #B58EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EE9 is #4A7116. Grayscale: #A3A3A3. Windows color (decimal): -4878615 or 15306421. OLE color: 15306421.

HSL color Cylindrical-coordinate representation of color #B58EE9: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58EE9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181142233-
CMYK0.220.3900.09
HSL265.71º67.41%73.53%-
HSV(B)265.71º39.06%91.37%-
XYZ43.4435.0581.57-
YUV164.04166.92140.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 233 (91.41% from 255) = 41.91%
R=32.55%
G=25.54%
B=41.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811422330.220.3900.09265.7167.4173.53
HexB58EE916270910a434a
Octal2652163512647011412103112
Binary101101011000111011101001101101001110100110000101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EE9; }

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

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

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

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

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

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

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

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