#B59CCD

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

Shades of Biloba Flower #B59CCD

Tints of Biloba Flower #B59CCD

Color information

#B59CCD (or 0xB59CCD) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and CD. RGB value is (181,156,205). Sum of RGB (Red+Green+Blue) = 181+156+205=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCD is #4A6332. Grayscale: #A8A8A8. Windows color (decimal): -4875059 or 13474997. OLE color: 13474997.

HSL color Cylindrical-coordinate representation of color #B59CCD: hue angle of 270.61º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59CCD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181156205-
CMYK0.120.2400.20
HSL270.61º32.89%70.78%-
HSV(B)270.61º23.9%80.39%-
XYZ41.9638.0162.88-
YUV169.06148.28136.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=33.39%
G=28.78%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811562050.120.2400.20270.6132.8970.78
HexB59CCDC1801410f2147
Octal265234315143002441741107
Binary1011010110011100110011011100110000101001000011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CCD; }

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

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

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

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

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

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

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

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