Shades of Amethyst #B372DB
Tints of Amethyst #B372DB
RGB
CMYK
RGB Variations
Color information
#B372DB (or 0xB372DB) is known color: Amethyst. HEX triplet: B3, 72 and DB. RGB value is (179,114,219). Sum of RGB (Red+Green+Blue) = 179+114+219=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B372DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DB is #4C8D24. Grayscale: #919191. Windows color (decimal): -5016869 or 14381747. OLE color: 14381747.
HSL color Cylindrical-coordinate representation of color #B372DB: hue angle of 277.14º degrees, saturation: 0.59, 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 #B372DB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 114 | 219 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.14 |
| HSL | 277.14º | 0.59% | 0.65% | - |
| HSV(B) | 277.14º | 0.48% | 0.86% | - |
| XYZ | 37.39 | 26.73 | 70.21 | - |
| YUV | 145.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 219 | 0.18 | 0.48 | 0 | 0.14 | 277.14 | 0.59 | 0.65 |
| Hex | B3 | 72 | DB | 12 | 30 | 0 | E | 115 | 3B | 41 |
| Octal | 263 | 162 | 333 | 22 | 60 | 0 | 16 | 425 | 73 | 101 |
| Binary | 10110011 | 1110010 | 11011011 | 10010 | 110000 | 0 | 1110 | 100010101 | 111011 | 1000001 |
Color Harmonies of #B372DB
Complementary color
Monochromatic Colors of #B372DB
Black with #B372DB
Text Example
Text Example
White with #B372DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372DB; }
p { color: rgb(179,114,219); }
H1.HeaderClassName
{
color: #B372DB;
}
.AnyTagClassName
{
color: #B372DB;
}
</style>
background-color css
<style>
a { background-color: #B372DB; }
a { background-color: rgb(179,114,219); }
div.DivClassName
{
background-color: #B372DB;
}
.BgClassName
{
background-color: #B372DB;
}
</style>
border-color css
<style>
span { border-color: #B372DB; }
span { border-color: rgb(179,114,219); }
td.TdClassName
{
border-color: #B372DB;
}
.TagClassName
{
border-color: #B372DB;
}
</style>