#B59CCB

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

Shades of Biloba Flower #B59CCB

Tints of Biloba Flower #B59CCB

Color information

#B59CCB (or 0xB59CCB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and CB. RGB value is (181,156,203). Sum of RGB (Red+Green+Blue) = 181+156+203=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #B59CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCB is #4A6334. Grayscale: #A8A8A8. Windows color (decimal): -4875061 or 13343925. OLE color: 13343925.

HSL color Cylindrical-coordinate representation of color #B59CCB: hue angle of 271.91º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59CCB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181156203-
CMYK0.110.2300.20
HSL271.91º31.13%70.39%-
HSV(B)271.91º23.15%79.61%-
XYZ41.7237.9161.62-
YUV168.83147.28136.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=33.52%
G=28.89%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811562030.110.2300.20271.9131.1370.39
HexB59CCBB170141101f46
Octal265234313132702442037106
Binary101101011001110011001011101110111010100100010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CCB; }

 p { color: rgb(181,156,203); }

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

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

 a { background-color: rgb(181,156,203); }

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

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

 span { border-color: rgb(181,156,203); }

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