#B59CCA

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

Shades of Biloba Flower #B59CCA

Tints of Biloba Flower #B59CCA

Color information

#B59CCA (or 0xB59CCA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and CA. RGB value is (181,156,202). Sum of RGB (Red+Green+Blue) = 181+156+202=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #B59CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCA is #4A6335. Grayscale: #A8A8A8. Windows color (decimal): -4875062 or 13278389. OLE color: 13278389.

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

Color convert

RGB181156202-
CMYK0.100.2300.21
HSL272.61º30.26%70.2%-
HSV(B)272.61º22.77%79.22%-
XYZ41.6137.8660.99-
YUV168.72146.78136.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=33.58%
G=28.94%
B=37.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811562020.100.2300.21272.6130.2670.2
HexB59CCAA170151111e46
Octal265234312122702542136106
Binary101101011001110011001010101010111010101100010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CCA; }

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

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

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

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

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

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

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

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