Shades of Amethyst #B072D6
Tints of Amethyst #B072D6
RGB
CMYK
RGB Variations
Color information
#B072D6 (or 0xB072D6) is known color: Amethyst. HEX triplet: B0, 72 and D6. RGB value is (176,114,214). Sum of RGB (Red+Green+Blue) = 176+114+214=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #B072D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D6 is #4F8D29. Grayscale: #8F8F8F. Windows color (decimal): -5213482 or 14054064. OLE color: 14054064.
HSL color Cylindrical-coordinate representation of color #B072D6: hue angle of 277.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B072D6 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 114 | 214 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.16 |
| HSL | 277.2º | 0.55% | 0.64% | - |
| HSV(B) | 277.2º | 0.47% | 0.84% | - |
| XYZ | 36.06 | 26.12 | 66.76 | - |
| YUV | 143.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 214 | 0.18 | 0.47 | 0 | 0.16 | 277.2 | 0.55 | 0.64 |
| Hex | B0 | 72 | D6 | 12 | 2F | 0 | 10 | 115 | 37 | 40 |
| Octal | 260 | 162 | 326 | 22 | 57 | 0 | 20 | 425 | 67 | 100 |
| Binary | 10110000 | 1110010 | 11010110 | 10010 | 101111 | 0 | 10000 | 100010101 | 110111 | 1000000 |
Color Harmonies of #B072D6
Complementary color
Monochromatic Colors of #B072D6
Black with #B072D6
Text Example
Text Example
White with #B072D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072D6; }
p { color: rgb(176,114,214); }
H1.HeaderClassName
{
color: #B072D6;
}
.AnyTagClassName
{
color: #B072D6;
}
</style>
background-color css
<style>
a { background-color: #B072D6; }
a { background-color: rgb(176,114,214); }
div.DivClassName
{
background-color: #B072D6;
}
.BgClassName
{
background-color: #B072D6;
}
</style>
border-color css
<style>
span { border-color: #B072D6; }
span { border-color: rgb(176,114,214); }
td.TdClassName
{
border-color: #B072D6;
}
.TagClassName
{
border-color: #B072D6;
}
</style>