#B59ECA

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

Shades of Biloba Flower #B59ECA

Tints of Biloba Flower #B59ECA

Color information

#B59ECA (or 0xB59ECA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and CA. RGB value is (181,158,202). Sum of RGB (Red+Green+Blue) = 181+158+202=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B59ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ECA is #4A6135. Grayscale: #A9A9A9. Windows color (decimal): -4874550 or 13278901. OLE color: 13278901.

HSL color Cylindrical-coordinate representation of color #B59ECA: hue angle of 271.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59ECA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181158202-
CMYK0.100.2200.21
HSL271.36º29.33%70.59%-
HSV(B)271.36º21.78%79.22%-
XYZ41.9438.5461.11-
YUV169.89146.12135.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=33.46%
G=29.21%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811582020.100.2200.21271.3629.3370.59
HexB59ECAA1601510f1d47
Octal265236312122602541735107
Binary101101011001111011001010101010110010101100001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ECA; }

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

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

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

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

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

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

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

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