#B59EE0

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

Shades of Biloba Flower #B59EE0

Tints of Biloba Flower #B59EE0

Color information

#B59EE0 (or 0xB59EE0) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and E0. RGB value is (181,158,224). Sum of RGB (Red+Green+Blue) = 181+158+224=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #B59EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EE0 is #4A611F. Grayscale: #ACACAC. Windows color (decimal): -4874528 or 14720693. OLE color: 14720693.

HSL color Cylindrical-coordinate representation of color #B59EE0: hue angle of 260.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59EE0 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181158224-
CMYK0.190.2900.12
HSL260.91º51.56%74.9%-
HSV(B)260.91º29.46%87.84%-
XYZ44.7439.6675.82-
YUV172.4157.12134.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=32.15%
G=28.06%
B=39.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811582240.190.2900.12260.9151.5674.9
HexB59EE0131D0C105344b
Octal265236340233501440564113
Binary1011010110011110111000001001111101011001000001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EE0; }

 p { color: rgb(181,158,224); }

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

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

 a { background-color: rgb(181,158,224); }

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

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

 span { border-color: rgb(181,158,224); }

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