Shades of Amethyst #B072D2
Tints of Amethyst #B072D2
RGB
CMYK
RGB Variations
Color information
#B072D2 (or 0xB072D2) is known color: Amethyst. HEX triplet: B0, 72 and D2. RGB value is (176,114,210). Sum of RGB (Red+Green+Blue) = 176+114+210=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #B072D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D2 is #4F8D2D. Grayscale: #8F8F8F. Windows color (decimal): -5213486 or 13791920. OLE color: 13791920.
HSL color Cylindrical-coordinate representation of color #B072D2: hue angle of 278.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B072D2 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 114 | 210 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.18 |
| HSL | 278.75º | 0.52% | 0.64% | - |
| HSV(B) | 278.75º | 0.46% | 0.82% | - |
| XYZ | 35.55 | 25.92 | 64.1 | - |
| YUV | 143.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 210 | 0.16 | 0.46 | 0 | 0.18 | 278.75 | 0.52 | 0.64 |
| Hex | B0 | 72 | D2 | 10 | 2E | 0 | 12 | 117 | 34 | 40 |
| Octal | 260 | 162 | 322 | 20 | 56 | 0 | 22 | 427 | 64 | 100 |
| Binary | 10110000 | 1110010 | 11010010 | 10000 | 101110 | 0 | 10010 | 100010111 | 110100 | 1000000 |
Color Harmonies of #B072D2
Complementary color
Monochromatic Colors of #B072D2
Black with #B072D2
Text Example
Text Example
White with #B072D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072D2; }
p { color: rgb(176,114,210); }
H1.HeaderClassName
{
color: #B072D2;
}
.AnyTagClassName
{
color: #B072D2;
}
</style>
background-color css
<style>
a { background-color: #B072D2; }
a { background-color: rgb(176,114,210); }
div.DivClassName
{
background-color: #B072D2;
}
.BgClassName
{
background-color: #B072D2;
}
</style>
border-color css
<style>
span { border-color: #B072D2; }
span { border-color: rgb(176,114,210); }
td.TdClassName
{
border-color: #B072D2;
}
.TagClassName
{
border-color: #B072D2;
}
</style>