Shades of Amethyst #B474DC
Tints of Amethyst #B474DC
RGB
CMYK
RGB Variations
Color information
#B474DC (or 0xB474DC) is known color: Amethyst. HEX triplet: B4, 74 and DC. RGB value is (180,116,220). Sum of RGB (Red+Green+Blue) = 180+116+220=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B474DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474DC is #4B8B23. Grayscale: #929292. Windows color (decimal): -4950820 or 14447796. OLE color: 14447796.
HSL color Cylindrical-coordinate representation of color #B474DC: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B474DC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 116 | 220 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.14 |
| HSL | 276.92º | 0.6% | 0.66% | - |
| HSV(B) | 276.92º | 0.47% | 0.86% | - |
| XYZ | 37.99 | 27.36 | 70.99 | - |
| YUV | 146.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 220 | 0.18 | 0.47 | 0 | 0.14 | 276.92 | 0.6 | 0.66 |
| Hex | B4 | 74 | DC | 12 | 2F | 0 | E | 115 | 3C | 42 |
| Octal | 264 | 164 | 334 | 22 | 57 | 0 | 16 | 425 | 74 | 102 |
| Binary | 10110100 | 1110100 | 11011100 | 10010 | 101111 | 0 | 1110 | 100010101 | 111100 | 1000010 |
Color Harmonies of #B474DC
Complementary color
Monochromatic Colors of #B474DC
Black with #B474DC
Text Example
Text Example
White with #B474DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474DC; }
p { color: rgb(180,116,220); }
H1.HeaderClassName
{
color: #B474DC;
}
.AnyTagClassName
{
color: #B474DC;
}
</style>
background-color css
<style>
a { background-color: #B474DC; }
a { background-color: rgb(180,116,220); }
div.DivClassName
{
background-color: #B474DC;
}
.BgClassName
{
background-color: #B474DC;
}
</style>
border-color css
<style>
span { border-color: #B474DC; }
span { border-color: rgb(180,116,220); }
td.TdClassName
{
border-color: #B474DC;
}
.TagClassName
{
border-color: #B474DC;
}
</style>