Shades of Biloba Flower #B4A2E9
Tints of Biloba Flower #B4A2E9
RGB
CMYK
RGB Variations
Color information
#B4A2E9 (or 0xB4A2E9) is known color: Biloba Flower. HEX triplet: B4, A2 and E9. RGB value is (180,162,233). Sum of RGB (Red+Green+Blue) = 180+162+233=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4A2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A2E9 is #4B5D16. Grayscale: #AFAFAF. Windows color (decimal): -4939031 or 15311540. OLE color: 15311540.
HSL color Cylindrical-coordinate representation of color #B4A2E9: hue angle of 255.21º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4A2E9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 162 | 233 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.09 |
| HSL | 255.21º | 0.62% | 0.77% | - |
| HSV(B) | 255.21º | 0.3% | 0.91% | - |
| XYZ | 46.45 | 41.43 | 82.64 | - |
| YUV | 175.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 233 | 0.23 | 0.30 | 0 | 0.09 | 255.21 | 0.62 | 0.77 |
| Hex | B4 | A2 | E9 | 17 | 1E | 0 | 9 | FF | 3E | 4D |
| Octal | 264 | 242 | 351 | 27 | 36 | 0 | 11 | 377 | 76 | 115 |
| Binary | 10110100 | 10100010 | 11101001 | 10111 | 11110 | 0 | 1001 | 11111111 | 111110 | 1001101 |
Color Harmonies of #B4A2E9
Complementary color
Monochromatic Colors of #B4A2E9
Black with #B4A2E9
Text Example
Text Example
White with #B4A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A2E9; }
p { color: rgb(180,162,233); }
H1.HeaderClassName
{
color: #B4A2E9;
}
.AnyTagClassName
{
color: #B4A2E9;
}
</style>
background-color css
<style>
a { background-color: #B4A2E9; }
a { background-color: rgb(180,162,233); }
div.DivClassName
{
background-color: #B4A2E9;
}
.BgClassName
{
background-color: #B4A2E9;
}
</style>
border-color css
<style>
span { border-color: #B4A2E9; }
span { border-color: rgb(180,162,233); }
td.TdClassName
{
border-color: #B4A2E9;
}
.TagClassName
{
border-color: #B4A2E9;
}
</style>