#B59FCA

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

Shades of Biloba Flower #B59FCA

Tints of Biloba Flower #B59FCA

Color information

#B59FCA (or 0xB59FCA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and CA. RGB value is (181,159,202). Sum of RGB (Red+Green+Blue) = 181+159+202=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #B59FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCA is #4A6035. Grayscale: #AAAAAA. Windows color (decimal): -4874294 or 13279157. OLE color: 13279157.

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

Color convert

RGB181159202-
CMYK0.100.2100.21
HSL270.7º28.86%70.78%-
HSV(B)270.7º21.29%79.22%-
XYZ42.1138.8861.16-
YUV170.48145.79135.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=33.39%
G=29.34%
B=37.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811592020.100.2100.21270.728.8670.78
HexB59FCAA1501510f1d47
Octal265237312122502541735107
Binary101101011001111111001010101010101010101100001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FCA; }

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

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

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

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

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

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

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

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