Shades of Amethyst #B072D3
Tints of Amethyst #B072D3
RGB
CMYK
RGB Variations
Color information
#B072D3 (or 0xB072D3) is known color: Amethyst. HEX triplet: B0, 72 and D3. RGB value is (176,114,211). Sum of RGB (Red+Green+Blue) = 176+114+211=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #B072D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D3 is #4F8D2C. Grayscale: #8F8F8F. Windows color (decimal): -5213485 or 13857456. OLE color: 13857456.
HSL color Cylindrical-coordinate representation of color #B072D3: hue angle of 278.35º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B072D3 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 114 | 211 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.17 |
| HSL | 278.35º | 0.52% | 0.64% | - |
| HSV(B) | 278.35º | 0.46% | 0.83% | - |
| XYZ | 35.68 | 25.97 | 64.76 | - |
| YUV | 143.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 211 | 0.17 | 0.46 | 0 | 0.17 | 278.35 | 0.52 | 0.64 |
| Hex | B0 | 72 | D3 | 11 | 2E | 0 | 11 | 116 | 34 | 40 |
| Octal | 260 | 162 | 323 | 21 | 56 | 0 | 21 | 426 | 64 | 100 |
| Binary | 10110000 | 1110010 | 11010011 | 10001 | 101110 | 0 | 10001 | 100010110 | 110100 | 1000000 |
Color Harmonies of #B072D3
Complementary color
Monochromatic Colors of #B072D3
Black with #B072D3
Text Example
Text Example
White with #B072D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072D3; }
p { color: rgb(176,114,211); }
H1.HeaderClassName
{
color: #B072D3;
}
.AnyTagClassName
{
color: #B072D3;
}
</style>
background-color css
<style>
a { background-color: #B072D3; }
a { background-color: rgb(176,114,211); }
div.DivClassName
{
background-color: #B072D3;
}
.BgClassName
{
background-color: #B072D3;
}
</style>
border-color css
<style>
span { border-color: #B072D3; }
span { border-color: rgb(176,114,211); }
td.TdClassName
{
border-color: #B072D3;
}
.TagClassName
{
border-color: #B072D3;
}
</style>