Shades of Biloba Flower #B59FDC
Tints of Biloba Flower #B59FDC
RGB
CMYK
RGB Variations
Color information
#B59FDC (or 0xB59FDC) is known color: Biloba Flower. HEX triplet: B5, 9F and DC. RGB value is (181,159,220). Sum of RGB (Red+Green+Blue) = 181+159+220=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FDC is #4A6023. Grayscale: #ACACAC. Windows color (decimal): -4874276 or 14458805. OLE color: 14458805.
HSL color Cylindrical-coordinate representation of color #B59FDC: hue angle of 261.64º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59FDC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 159 | 220 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.14 |
| HSL | 261.64º | 0.47% | 0.74% | - |
| HSV(B) | 261.64º | 0.28% | 0.86% | - |
| XYZ | 44.37 | 39.79 | 73.05 | - |
| YUV | 172.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 220 | 0.18 | 0.28 | 0 | 0.14 | 261.64 | 0.47 | 0.74 |
| Hex | B5 | 9F | DC | 12 | 1C | 0 | E | 106 | 2F | 4A |
| Octal | 265 | 237 | 334 | 22 | 34 | 0 | 16 | 406 | 57 | 112 |
| Binary | 10110101 | 10011111 | 11011100 | 10010 | 11100 | 0 | 1110 | 100000110 | 101111 | 1001010 |
Color Harmonies of #B59FDC
Complementary color
Monochromatic Colors of #B59FDC
Black with #B59FDC
Text Example
Text Example
White with #B59FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FDC; }
p { color: rgb(181,159,220); }
H1.HeaderClassName
{
color: #B59FDC;
}
.AnyTagClassName
{
color: #B59FDC;
}
</style>
background-color css
<style>
a { background-color: #B59FDC; }
a { background-color: rgb(181,159,220); }
div.DivClassName
{
background-color: #B59FDC;
}
.BgClassName
{
background-color: #B59FDC;
}
</style>
border-color css
<style>
span { border-color: #B59FDC; }
span { border-color: rgb(181,159,220); }
td.TdClassName
{
border-color: #B59FDC;
}
.TagClassName
{
border-color: #B59FDC;
}
</style>