#B59DCD

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

Shades of Biloba Flower #B59DCD

Tints of Biloba Flower #B59DCD

Color information

#B59DCD (or 0xB59DCD) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and CD. RGB value is (181,157,205). Sum of RGB (Red+Green+Blue) = 181+157+205=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DCD is #4A6232. Grayscale: #A9A9A9. Windows color (decimal): -4874803 or 13475253. OLE color: 13475253.

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

Color convert

RGB181157205-
CMYK0.120.2300.20
HSL270º32.43%70.98%-
HSV(B)270º23.41%80.39%-
XYZ42.1338.3562.94-
YUV169.65147.95136.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=33.33%
G=28.91%
B=37.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811572050.120.2300.2027032.4370.98
HexB59DCDC1701410e2047
Octal265235315142702441640107
Binary1011010110011101110011011100101110101001000011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DCD; }

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

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

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

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

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

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

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

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