Shades of Amethyst #B473DC
Tints of Amethyst #B473DC
RGB
CMYK
RGB Variations
Color information
#B473DC (or 0xB473DC) is known color: Amethyst. HEX triplet: B4, 73 and DC. RGB value is (180,115,220). Sum of RGB (Red+Green+Blue) = 180+115+220=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B473DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473DC is #4B8C23. Grayscale: #929292. Windows color (decimal): -4951076 or 14447540. OLE color: 14447540.
HSL color Cylindrical-coordinate representation of color #B473DC: hue angle of 277.14º 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 #B473DC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 115 | 220 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.14 |
| HSL | 277.14º | 0.6% | 0.66% | - |
| HSV(B) | 277.14º | 0.48% | 0.86% | - |
| XYZ | 37.87 | 27.13 | 70.95 | - |
| YUV | 146.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 220 | 0.18 | 0.48 | 0 | 0.14 | 277.14 | 0.6 | 0.66 |
| Hex | B4 | 73 | DC | 12 | 30 | 0 | E | 115 | 3C | 42 |
| Octal | 264 | 163 | 334 | 22 | 60 | 0 | 16 | 425 | 74 | 102 |
| Binary | 10110100 | 1110011 | 11011100 | 10010 | 110000 | 0 | 1110 | 100010101 | 111100 | 1000010 |
Color Harmonies of #B473DC
Complementary color
Monochromatic Colors of #B473DC
Black with #B473DC
Text Example
Text Example
White with #B473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473DC; }
p { color: rgb(180,115,220); }
H1.HeaderClassName
{
color: #B473DC;
}
.AnyTagClassName
{
color: #B473DC;
}
</style>
background-color css
<style>
a { background-color: #B473DC; }
a { background-color: rgb(180,115,220); }
div.DivClassName
{
background-color: #B473DC;
}
.BgClassName
{
background-color: #B473DC;
}
</style>
border-color css
<style>
span { border-color: #B473DC; }
span { border-color: rgb(180,115,220); }
td.TdClassName
{
border-color: #B473DC;
}
.TagClassName
{
border-color: #B473DC;
}
</style>