Shades of Biloba Flower #B59AEA
Tints of Biloba Flower #B59AEA
RGB
CMYK
RGB Variations
Color information
#B59AEA (or 0xB59AEA) is known color: Biloba Flower. HEX triplet: B5, 9A and EA. RGB value is (181,154,234). Sum of RGB (Red+Green+Blue) = 181+154+234=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B59AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AEA is #4A6515. Grayscale: #AAAAAA. Windows color (decimal): -4875542 or 15375029. OLE color: 15375029.
HSL color Cylindrical-coordinate representation of color #B59AEA: hue angle of 260.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59AEA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 154 | 234 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.08 |
| HSL | 260.25º | 0.66% | 0.76% | - |
| HSV(B) | 260.25º | 0.34% | 0.92% | - |
| XYZ | 45.46 | 38.88 | 82.95 | - |
| YUV | 171.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 234 | 0.23 | 0.34 | 0 | 0.08 | 260.25 | 0.66 | 0.76 |
| Hex | B5 | 9A | EA | 17 | 22 | 0 | 8 | 104 | 42 | 4C |
| Octal | 265 | 232 | 352 | 27 | 42 | 0 | 10 | 404 | 102 | 114 |
| Binary | 10110101 | 10011010 | 11101010 | 10111 | 100010 | 0 | 1000 | 100000100 | 1000010 | 1001100 |
Color Harmonies of #B59AEA
Complementary color
Monochromatic Colors of #B59AEA
Black with #B59AEA
Text Example
Text Example
White with #B59AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AEA; }
p { color: rgb(181,154,234); }
H1.HeaderClassName
{
color: #B59AEA;
}
.AnyTagClassName
{
color: #B59AEA;
}
</style>
background-color css
<style>
a { background-color: #B59AEA; }
a { background-color: rgb(181,154,234); }
div.DivClassName
{
background-color: #B59AEA;
}
.BgClassName
{
background-color: #B59AEA;
}
</style>
border-color css
<style>
span { border-color: #B59AEA; }
span { border-color: rgb(181,154,234); }
td.TdClassName
{
border-color: #B59AEA;
}
.TagClassName
{
border-color: #B59AEA;
}
</style>