Shades of Biloba Flower #B7A0DC
Tints of Biloba Flower #B7A0DC
RGB
CMYK
RGB Variations
Color information
#B7A0DC (or 0xB7A0DC) is known color: Biloba Flower. HEX triplet: B7, A0 and DC. RGB value is (183,160,220). Sum of RGB (Red+Green+Blue) = 183+160+220=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0DC is #485F23. Grayscale: #ADADAD. Windows color (decimal): -4742948 or 14459063. OLE color: 14459063.
HSL color Cylindrical-coordinate representation of color #B7A0DC: hue angle of 263º 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 #B7A0DC is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 160 | 220 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.14 |
| HSL | 263º | 0.46% | 0.75% | - |
| HSV(B) | 263º | 0.27% | 0.86% | - |
| XYZ | 45.02 | 40.38 | 73.13 | - |
| YUV | 173.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 220 | 0.17 | 0.27 | 0 | 0.14 | 263 | 0.46 | 0.75 |
| Hex | B7 | A0 | DC | 11 | 1B | 0 | E | 107 | 2E | 4B |
| Octal | 267 | 240 | 334 | 21 | 33 | 0 | 16 | 407 | 56 | 113 |
| Binary | 10110111 | 10100000 | 11011100 | 10001 | 11011 | 0 | 1110 | 100000111 | 101110 | 1001011 |
Color Harmonies of #B7A0DC
Complementary color
Monochromatic Colors of #B7A0DC
Black with #B7A0DC
Text Example
Text Example
White with #B7A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0DC; }
p { color: rgb(183,160,220); }
H1.HeaderClassName
{
color: #B7A0DC;
}
.AnyTagClassName
{
color: #B7A0DC;
}
</style>
background-color css
<style>
a { background-color: #B7A0DC; }
a { background-color: rgb(183,160,220); }
div.DivClassName
{
background-color: #B7A0DC;
}
.BgClassName
{
background-color: #B7A0DC;
}
</style>
border-color css
<style>
span { border-color: #B7A0DC; }
span { border-color: rgb(183,160,220); }
td.TdClassName
{
border-color: #B7A0DC;
}
.TagClassName
{
border-color: #B7A0DC;
}
</style>