Shades of Amethyst #B072D0
Tints of Amethyst #B072D0
RGB
CMYK
RGB Variations
Color information
#B072D0 (or 0xB072D0) is known color: Amethyst. HEX triplet: B0, 72 and D0. RGB value is (176,114,208). Sum of RGB (Red+Green+Blue) = 176+114+208=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #B072D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D0 is #4F8D2F. Grayscale: #8E8E8E. Windows color (decimal): -5213488 or 13660848. OLE color: 13660848.
HSL color Cylindrical-coordinate representation of color #B072D0: hue angle of 279.57º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B072D0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 114 | 208 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.18 |
| HSL | 279.57º | 0.5% | 0.63% | - |
| HSV(B) | 279.57º | 0.45% | 0.82% | - |
| XYZ | 35.31 | 25.82 | 62.8 | - |
| YUV | 143.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 208 | 0.15 | 0.45 | 0 | 0.18 | 279.57 | 0.5 | 0.63 |
| Hex | B0 | 72 | D0 | F | 2D | 0 | 12 | 118 | 32 | 3F |
| Octal | 260 | 162 | 320 | 17 | 55 | 0 | 22 | 430 | 62 | 77 |
| Binary | 10110000 | 1110010 | 11010000 | 1111 | 101101 | 0 | 10010 | 100011000 | 110010 | 111111 |
Color Harmonies of #B072D0
Complementary color
Monochromatic Colors of #B072D0
Black with #B072D0
Text Example
Text Example
White with #B072D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072D0; }
p { color: rgb(176,114,208); }
H1.HeaderClassName
{
color: #B072D0;
}
.AnyTagClassName
{
color: #B072D0;
}
</style>
background-color css
<style>
a { background-color: #B072D0; }
a { background-color: rgb(176,114,208); }
div.DivClassName
{
background-color: #B072D0;
}
.BgClassName
{
background-color: #B072D0;
}
</style>
border-color css
<style>
span { border-color: #B072D0; }
span { border-color: rgb(176,114,208); }
td.TdClassName
{
border-color: #B072D0;
}
.TagClassName
{
border-color: #B072D0;
}
</style>