Shades of Biloba Flower #B4A0DC
Tints of Biloba Flower #B4A0DC
RGB
CMYK
RGB Variations
Color information
#B4A0DC (or 0xB4A0DC) is known color: Biloba Flower. HEX triplet: B4, A0 and DC. RGB value is (180,160,220). Sum of RGB (Red+Green+Blue) = 180+160+220=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0DC is #4B5F23. Grayscale: #ACACAC. Windows color (decimal): -4939556 or 14459060. OLE color: 14459060.
HSL color Cylindrical-coordinate representation of color #B4A0DC: hue angle of 260º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A0DC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 160 | 220 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.14 |
| HSL | 260º | 0.46% | 0.75% | - |
| HSV(B) | 260º | 0.27% | 0.86% | - |
| XYZ | 44.31 | 40.01 | 73.1 | - |
| YUV | 172.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 220 | 0.18 | 0.27 | 0 | 0.14 | 260 | 0.46 | 0.75 |
| Hex | B4 | A0 | DC | 12 | 1B | 0 | E | 104 | 2E | 4B |
| Octal | 264 | 240 | 334 | 22 | 33 | 0 | 16 | 404 | 56 | 113 |
| Binary | 10110100 | 10100000 | 11011100 | 10010 | 11011 | 0 | 1110 | 100000100 | 101110 | 1001011 |
Color Harmonies of #B4A0DC
Complementary color
Monochromatic Colors of #B4A0DC
Black with #B4A0DC
Text Example
Text Example
White with #B4A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A0DC; }
p { color: rgb(180,160,220); }
H1.HeaderClassName
{
color: #B4A0DC;
}
.AnyTagClassName
{
color: #B4A0DC;
}
</style>
background-color css
<style>
a { background-color: #B4A0DC; }
a { background-color: rgb(180,160,220); }
div.DivClassName
{
background-color: #B4A0DC;
}
.BgClassName
{
background-color: #B4A0DC;
}
</style>
border-color css
<style>
span { border-color: #B4A0DC; }
span { border-color: rgb(180,160,220); }
td.TdClassName
{
border-color: #B4A0DC;
}
.TagClassName
{
border-color: #B4A0DC;
}
</style>