Shades of Biloba Flower #B4A1E0
Tints of Biloba Flower #B4A1E0
RGB
CMYK
RGB Variations
Color information
#B4A1E0 (or 0xB4A1E0) is known color: Biloba Flower. HEX triplet: B4, A1 and E0. RGB value is (180,161,224). Sum of RGB (Red+Green+Blue) = 180+161+224=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 161 (63.28% from 255 or 28.50% 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 #B4A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1E0 is #4B5E1F. Grayscale: #ADADAD. Windows color (decimal): -4939296 or 14721460. OLE color: 14721460.
HSL color Cylindrical-coordinate representation of color #B4A1E0: hue angle of 258.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4A1E0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 161 | 224 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.12 |
| HSL | 258.1º | 0.5% | 0.75% | - |
| HSV(B) | 258.1º | 0.28% | 0.88% | - |
| XYZ | 45.02 | 40.57 | 75.98 | - |
| YUV | 173.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 224 | 0.20 | 0.28 | 0 | 0.12 | 258.1 | 0.5 | 0.75 |
| Hex | B4 | A1 | E0 | 14 | 1C | 0 | C | 102 | 32 | 4B |
| Octal | 264 | 241 | 340 | 24 | 34 | 0 | 14 | 402 | 62 | 113 |
| Binary | 10110100 | 10100001 | 11100000 | 10100 | 11100 | 0 | 1100 | 100000010 | 110010 | 1001011 |
Color Harmonies of #B4A1E0
Complementary color
Monochromatic Colors of #B4A1E0
Black with #B4A1E0
Text Example
Text Example
White with #B4A1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A1E0; }
p { color: rgb(180,161,224); }
H1.HeaderClassName
{
color: #B4A1E0;
}
.AnyTagClassName
{
color: #B4A1E0;
}
</style>
background-color css
<style>
a { background-color: #B4A1E0; }
a { background-color: rgb(180,161,224); }
div.DivClassName
{
background-color: #B4A1E0;
}
.BgClassName
{
background-color: #B4A1E0;
}
</style>
border-color css
<style>
span { border-color: #B4A1E0; }
span { border-color: rgb(180,161,224); }
td.TdClassName
{
border-color: #B4A1E0;
}
.TagClassName
{
border-color: #B4A1E0;
}
</style>