Shades of Biloba Flower #B59FDD
Tints of Biloba Flower #B59FDD
RGB
CMYK
RGB Variations
Color information
#B59FDD (or 0xB59FDD) is known color: Biloba Flower. HEX triplet: B5, 9F and DD. RGB value is (181,159,221). Sum of RGB (Red+Green+Blue) = 181+159+221=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FDD is #4A6022. Grayscale: #ACACAC. Windows color (decimal): -4874275 or 14524341. OLE color: 14524341.
HSL color Cylindrical-coordinate representation of color #B59FDD: hue angle of 261.29º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59FDD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 159 | 221 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.13 |
| HSL | 261.29º | 0.48% | 0.75% | - |
| HSV(B) | 261.29º | 0.28% | 0.87% | - |
| XYZ | 44.51 | 39.84 | 73.75 | - |
| YUV | 172.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 221 | 0.18 | 0.28 | 0 | 0.13 | 261.29 | 0.48 | 0.75 |
| Hex | B5 | 9F | DD | 12 | 1C | 0 | D | 105 | 30 | 4B |
| Octal | 265 | 237 | 335 | 22 | 34 | 0 | 15 | 405 | 60 | 113 |
| Binary | 10110101 | 10011111 | 11011101 | 10010 | 11100 | 0 | 1101 | 100000101 | 110000 | 1001011 |
Color Harmonies of #B59FDD
Complementary color
Monochromatic Colors of #B59FDD
Black with #B59FDD
Text Example
Text Example
White with #B59FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FDD; }
p { color: rgb(181,159,221); }
H1.HeaderClassName
{
color: #B59FDD;
}
.AnyTagClassName
{
color: #B59FDD;
}
</style>
background-color css
<style>
a { background-color: #B59FDD; }
a { background-color: rgb(181,159,221); }
div.DivClassName
{
background-color: #B59FDD;
}
.BgClassName
{
background-color: #B59FDD;
}
</style>
border-color css
<style>
span { border-color: #B59FDD; }
span { border-color: rgb(181,159,221); }
td.TdClassName
{
border-color: #B59FDD;
}
.TagClassName
{
border-color: #B59FDD;
}
</style>