#B59FCC

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

Shades of Biloba Flower #B59FCC

Tints of Biloba Flower #B59FCC

Color information

#B59FCC (or 0xB59FCC) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and CC. RGB value is (181,159,204). Sum of RGB (Red+Green+Blue) = 181+159+204=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCC is #4A6033. Grayscale: #AAAAAA. Windows color (decimal): -4874292 or 13410229. OLE color: 13410229.

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

Color convert

RGB181159204-
CMYK0.110.2200.2
HSL269.33º30.61%71.18%-
HSV(B)269.33º22.06%80%-
XYZ42.3538.9862.42-
YUV170.71146.79135.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=33.27%
G=29.23%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811592040.110.2200.2269.3330.6171.18
HexB59FCCB1601410d1f47
Octal265237314132602441537107
Binary101101011001111111001100101110110010100100001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FCC; }

 p { color: rgb(181,159,204); }

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

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

 a { background-color: rgb(181,159,204); }

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

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

 span { border-color: rgb(181,159,204); }

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