Shades of Biloba Flower #B59CE5
Tints of Biloba Flower #B59CE5
RGB
CMYK
RGB Variations
Color information
#B59CE5 (or 0xB59CE5) is known color: Biloba Flower. HEX triplet: B5, 9C and E5. RGB value is (181,156,229). Sum of RGB (Red+Green+Blue) = 181+156+229=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #B59CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CE5 is #4A631A. Grayscale: #ABABAB. Windows color (decimal): -4875035 or 15047861. OLE color: 15047861.
HSL color Cylindrical-coordinate representation of color #B59CE5: hue angle of 260.55º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59CE5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 156 | 229 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.10 |
| HSL | 260.55º | 0.58% | 0.75% | - |
| HSV(B) | 260.55º | 0.32% | 0.9% | - |
| XYZ | 45.09 | 39.26 | 79.33 | - |
| YUV | 171.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 229 | 0.21 | 0.32 | 0 | 0.10 | 260.55 | 0.58 | 0.75 |
| Hex | B5 | 9C | E5 | 15 | 20 | 0 | A | 105 | 3A | 4B |
| Octal | 265 | 234 | 345 | 25 | 40 | 0 | 12 | 405 | 72 | 113 |
| Binary | 10110101 | 10011100 | 11100101 | 10101 | 100000 | 0 | 1010 | 100000101 | 111010 | 1001011 |
Color Harmonies of #B59CE5
Complementary color
Monochromatic Colors of #B59CE5
Black with #B59CE5
Text Example
Text Example
White with #B59CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CE5; }
p { color: rgb(181,156,229); }
H1.HeaderClassName
{
color: #B59CE5;
}
.AnyTagClassName
{
color: #B59CE5;
}
</style>
background-color css
<style>
a { background-color: #B59CE5; }
a { background-color: rgb(181,156,229); }
div.DivClassName
{
background-color: #B59CE5;
}
.BgClassName
{
background-color: #B59CE5;
}
</style>
border-color css
<style>
span { border-color: #B59CE5; }
span { border-color: rgb(181,156,229); }
td.TdClassName
{
border-color: #B59CE5;
}
.TagClassName
{
border-color: #B59CE5;
}
</style>