Shades of Biloba Flower #B5A0E0
Tints of Biloba Flower #B5A0E0
RGB
CMYK
RGB Variations
Color information
#B5A0E0 (or 0xB5A0E0) is known color: Biloba Flower. HEX triplet: B5, A0 and E0. RGB value is (181,160,224). Sum of RGB (Red+Green+Blue) = 181+160+224=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #B5A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0E0 is #4A5F1F. Grayscale: #ADADAD. Windows color (decimal): -4874016 or 14721205. OLE color: 14721205.
HSL color Cylindrical-coordinate representation of color #B5A0E0: hue angle of 259.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A0E0 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 160 | 224 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.12 |
| HSL | 259.69º | 0.51% | 0.75% | - |
| HSV(B) | 259.69º | 0.29% | 0.88% | - |
| XYZ | 45.08 | 40.35 | 75.93 | - |
| YUV | 173.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 224 | 0.19 | 0.29 | 0 | 0.12 | 259.69 | 0.51 | 0.75 |
| Hex | B5 | A0 | E0 | 13 | 1D | 0 | C | 104 | 33 | 4B |
| Octal | 265 | 240 | 340 | 23 | 35 | 0 | 14 | 404 | 63 | 113 |
| Binary | 10110101 | 10100000 | 11100000 | 10011 | 11101 | 0 | 1100 | 100000100 | 110011 | 1001011 |
Color Harmonies of #B5A0E0
Complementary color
Monochromatic Colors of #B5A0E0
Black with #B5A0E0
Text Example
Text Example
White with #B5A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A0E0; }
p { color: rgb(181,160,224); }
H1.HeaderClassName
{
color: #B5A0E0;
}
.AnyTagClassName
{
color: #B5A0E0;
}
</style>
background-color css
<style>
a { background-color: #B5A0E0; }
a { background-color: rgb(181,160,224); }
div.DivClassName
{
background-color: #B5A0E0;
}
.BgClassName
{
background-color: #B5A0E0;
}
</style>
border-color css
<style>
span { border-color: #B5A0E0; }
span { border-color: rgb(181,160,224); }
td.TdClassName
{
border-color: #B5A0E0;
}
.TagClassName
{
border-color: #B5A0E0;
}
</style>