#b59fcf

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

Shades of Biloba Flower #B59FCF

Tints of Biloba Flower #B59FCF

Color information

#B59FCF (or 0xB59FCF) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and CF. RGB value is (181,159,207). Sum of RGB (Red+Green+Blue) = 181+159+207=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #B59FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCF is #4A6030. Grayscale: #AAAAAA. Windows color (decimal): -4874289 or 13606837. OLE color: 13606837.

HSL color Cylindrical-coordinate representation of color #B59FCF: hue angle of 267.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59FCF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181159207-
CMYK0.130.2300.19
HSL267.5º33.33%71.76%-
HSV(B)267.5º23.19%81.18%-
XYZ42.7239.1364.33-
YUV171.05148.29135.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=33.09%
G=29.07%
B=37.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811592070.130.2300.19267.533.3371.76
HexB59FCFD1701310c2148
Octal265237317152702341441110
Binary1011010110011111110011111101101110100111000011001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59fcf; }

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

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

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

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

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

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

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

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