Shades of Biloba Flower #B7A0DD
Tints of Biloba Flower #B7A0DD
RGB
CMYK
RGB Variations
Color information
#B7A0DD (or 0xB7A0DD) is known color: Biloba Flower. HEX triplet: B7, A0 and DD. RGB value is (183,160,221). Sum of RGB (Red+Green+Blue) = 183+160+221=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0DD is #485F22. Grayscale: #ADADAD. Windows color (decimal): -4742947 or 14524599. OLE color: 14524599.
HSL color Cylindrical-coordinate representation of color #B7A0DD: hue angle of 262.62º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7A0DD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 160 | 221 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.13 |
| HSL | 262.62º | 0.47% | 0.75% | - |
| HSV(B) | 262.62º | 0.28% | 0.87% | - |
| XYZ | 45.15 | 40.43 | 73.83 | - |
| YUV | 173.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 221 | 0.17 | 0.28 | 0 | 0.13 | 262.62 | 0.47 | 0.75 |
| Hex | B7 | A0 | DD | 11 | 1C | 0 | D | 107 | 2F | 4B |
| Octal | 267 | 240 | 335 | 21 | 34 | 0 | 15 | 407 | 57 | 113 |
| Binary | 10110111 | 10100000 | 11011101 | 10001 | 11100 | 0 | 1101 | 100000111 | 101111 | 1001011 |
Color Harmonies of #B7A0DD
Complementary color
Monochromatic Colors of #B7A0DD
Black with #B7A0DD
Text Example
Text Example
White with #B7A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0DD; }
p { color: rgb(183,160,221); }
H1.HeaderClassName
{
color: #B7A0DD;
}
.AnyTagClassName
{
color: #B7A0DD;
}
</style>
background-color css
<style>
a { background-color: #B7A0DD; }
a { background-color: rgb(183,160,221); }
div.DivClassName
{
background-color: #B7A0DD;
}
.BgClassName
{
background-color: #B7A0DD;
}
</style>
border-color css
<style>
span { border-color: #B7A0DD; }
span { border-color: rgb(183,160,221); }
td.TdClassName
{
border-color: #B7A0DD;
}
.TagClassName
{
border-color: #B7A0DD;
}
</style>