Shades of Amethyst #B072DC
Tints of Amethyst #B072DC
RGB
CMYK
RGB Variations
Color information
#B072DC (or 0xB072DC) is known color: Amethyst. HEX triplet: B0, 72 and DC. RGB value is (176,114,220). Sum of RGB (Red+Green+Blue) = 176+114+220=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B072DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072DC is #4F8D23. Grayscale: #909090. Windows color (decimal): -5213476 or 14447280. OLE color: 14447280.
HSL color Cylindrical-coordinate representation of color #B072DC: hue angle of 275.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B072DC is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 114 | 220 | - |
| CMYK | 0.2 | 0.48 | 0 | 0.14 |
| HSL | 275.09º | 0.6% | 0.65% | - |
| HSV(B) | 275.09º | 0.48% | 0.86% | - |
| XYZ | 36.84 | 26.43 | 70.87 | - |
| YUV | 144.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 220 | 0.2 | 0.48 | 0 | 0.14 | 275.09 | 0.6 | 0.65 |
| Hex | B0 | 72 | DC | 14 | 30 | 0 | E | 113 | 3C | 41 |
| Octal | 260 | 162 | 334 | 24 | 60 | 0 | 16 | 423 | 74 | 101 |
| Binary | 10110000 | 1110010 | 11011100 | 10100 | 110000 | 0 | 1110 | 100010011 | 111100 | 1000001 |
Color Harmonies of #B072DC
Complementary color
Monochromatic Colors of #B072DC
Black with #B072DC
Text Example
Text Example
White with #B072DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072DC; }
p { color: rgb(176,114,220); }
H1.HeaderClassName
{
color: #B072DC;
}
.AnyTagClassName
{
color: #B072DC;
}
</style>
background-color css
<style>
a { background-color: #B072DC; }
a { background-color: rgb(176,114,220); }
div.DivClassName
{
background-color: #B072DC;
}
.BgClassName
{
background-color: #B072DC;
}
</style>
border-color css
<style>
span { border-color: #B072DC; }
span { border-color: rgb(176,114,220); }
td.TdClassName
{
border-color: #B072DC;
}
.TagClassName
{
border-color: #B072DC;
}
</style>