#B59ECF

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

Shades of Biloba Flower #B59ECF

Tints of Biloba Flower #B59ECF

Color information

#B59ECF (or 0xB59ECF) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and CF. RGB value is (181,158,207). Sum of RGB (Red+Green+Blue) = 181+158+207=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B59ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ECF is #4A6130. Grayscale: #AAAAAA. Windows color (decimal): -4874545 or 13606581. OLE color: 13606581.

HSL color Cylindrical-coordinate representation of color #B59ECF: hue angle of 268.16º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59ECF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181158207-
CMYK0.130.2400.19
HSL268.16º33.79%71.57%-
HSV(B)268.16º23.67%81.18%-
XYZ42.5538.7864.27-
YUV170.46148.62135.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=33.15%
G=28.94%
B=37.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811582070.130.2400.19268.1633.7971.57
HexB59ECFD1801310c2248
Octal265236317153002341442110
Binary1011010110011110110011111101110000100111000011001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ECF; }

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

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

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

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

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

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

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

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