Shades of Biloba Flower #B59DE8
Tints of Biloba Flower #B59DE8
RGB
CMYK
RGB Variations
Color information
#B59DE8 (or 0xB59DE8) is known color: Biloba Flower. HEX triplet: B5, 9D and E8. RGB value is (181,157,232). Sum of RGB (Red+Green+Blue) = 181+157+232=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #B59DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DE8 is #4A6217. Grayscale: #ACACAC. Windows color (decimal): -4874776 or 15244725. OLE color: 15244725.
HSL color Cylindrical-coordinate representation of color #B59DE8: hue angle of 259.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59DE8 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 157 | 232 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.09 |
| HSL | 259.2º | 0.62% | 0.76% | - |
| HSV(B) | 259.2º | 0.32% | 0.91% | - |
| XYZ | 45.68 | 39.76 | 81.61 | - |
| YUV | 172.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 232 | 0.22 | 0.32 | 0 | 0.09 | 259.2 | 0.62 | 0.76 |
| Hex | B5 | 9D | E8 | 16 | 20 | 0 | 9 | 103 | 3E | 4C |
| Octal | 265 | 235 | 350 | 26 | 40 | 0 | 11 | 403 | 76 | 114 |
| Binary | 10110101 | 10011101 | 11101000 | 10110 | 100000 | 0 | 1001 | 100000011 | 111110 | 1001100 |
Color Harmonies of #B59DE8
Complementary color
Monochromatic Colors of #B59DE8
Black with #B59DE8
Text Example
Text Example
White with #B59DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DE8; }
p { color: rgb(181,157,232); }
H1.HeaderClassName
{
color: #B59DE8;
}
.AnyTagClassName
{
color: #B59DE8;
}
</style>
background-color css
<style>
a { background-color: #B59DE8; }
a { background-color: rgb(181,157,232); }
div.DivClassName
{
background-color: #B59DE8;
}
.BgClassName
{
background-color: #B59DE8;
}
</style>
border-color css
<style>
span { border-color: #B59DE8; }
span { border-color: rgb(181,157,232); }
td.TdClassName
{
border-color: #B59DE8;
}
.TagClassName
{
border-color: #B59DE8;
}
</style>