Shades of Amethyst #B372DD
Tints of Amethyst #B372DD
RGB
CMYK
RGB Variations
Color information
#B372DD (or 0xB372DD) is known color: Amethyst. HEX triplet: B3, 72 and DD. RGB value is (179,114,221). Sum of RGB (Red+Green+Blue) = 179+114+221=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B372DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DD is #4C8D22. Grayscale: #919191. Windows color (decimal): -5016867 or 14512819. OLE color: 14512819.
HSL color Cylindrical-coordinate representation of color #B372DD: hue angle of 276.45º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B372DD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 114 | 221 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.13 |
| HSL | 276.45º | 0.61% | 0.66% | - |
| HSV(B) | 276.45º | 0.48% | 0.87% | - |
| XYZ | 37.66 | 26.84 | 71.6 | - |
| YUV | 145.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 221 | 0.19 | 0.48 | 0 | 0.13 | 276.45 | 0.61 | 0.66 |
| Hex | B3 | 72 | DD | 13 | 30 | 0 | D | 114 | 3D | 42 |
| Octal | 263 | 162 | 335 | 23 | 60 | 0 | 15 | 424 | 75 | 102 |
| Binary | 10110011 | 1110010 | 11011101 | 10011 | 110000 | 0 | 1101 | 100010100 | 111101 | 1000010 |
Color Harmonies of #B372DD
Complementary color
Monochromatic Colors of #B372DD
Black with #B372DD
Text Example
Text Example
White with #B372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372DD; }
p { color: rgb(179,114,221); }
H1.HeaderClassName
{
color: #B372DD;
}
.AnyTagClassName
{
color: #B372DD;
}
</style>
background-color css
<style>
a { background-color: #B372DD; }
a { background-color: rgb(179,114,221); }
div.DivClassName
{
background-color: #B372DD;
}
.BgClassName
{
background-color: #B372DD;
}
</style>
border-color css
<style>
span { border-color: #B372DD; }
span { border-color: rgb(179,114,221); }
td.TdClassName
{
border-color: #B372DD;
}
.TagClassName
{
border-color: #B372DD;
}
</style>