Shades of Amethyst #B373DC
Tints of Amethyst #B373DC
RGB
CMYK
RGB Variations
Color information
#B373DC (or 0xB373DC) is known color: Amethyst. HEX triplet: B3, 73 and DC. RGB value is (179,115,220). Sum of RGB (Red+Green+Blue) = 179+115+220=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B373DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373DC is #4C8C23. Grayscale: #919191. Windows color (decimal): -5016612 or 14447539. OLE color: 14447539.
HSL color Cylindrical-coordinate representation of color #B373DC: hue angle of 276.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B373DC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 115 | 220 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.14 |
| HSL | 276.57º | 0.6% | 0.66% | - |
| HSV(B) | 276.57º | 0.48% | 0.86% | - |
| XYZ | 37.64 | 27.01 | 70.94 | - |
| YUV | 146.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 220 | 0.19 | 0.48 | 0 | 0.14 | 276.57 | 0.6 | 0.66 |
| Hex | B3 | 73 | DC | 13 | 30 | 0 | E | 115 | 3C | 42 |
| Octal | 263 | 163 | 334 | 23 | 60 | 0 | 16 | 425 | 74 | 102 |
| Binary | 10110011 | 1110011 | 11011100 | 10011 | 110000 | 0 | 1110 | 100010101 | 111100 | 1000010 |
Color Harmonies of #B373DC
Complementary color
Monochromatic Colors of #B373DC
Black with #B373DC
Text Example
Text Example
White with #B373DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373DC; }
p { color: rgb(179,115,220); }
H1.HeaderClassName
{
color: #B373DC;
}
.AnyTagClassName
{
color: #B373DC;
}
</style>
background-color css
<style>
a { background-color: #B373DC; }
a { background-color: rgb(179,115,220); }
div.DivClassName
{
background-color: #B373DC;
}
.BgClassName
{
background-color: #B373DC;
}
</style>
border-color css
<style>
span { border-color: #B373DC; }
span { border-color: rgb(179,115,220); }
td.TdClassName
{
border-color: #B373DC;
}
.TagClassName
{
border-color: #B373DC;
}
</style>