Shades of Amethyst #B476DF
Tints of Amethyst #B476DF
RGB
CMYK
RGB Variations
Color information
#B476DF (or 0xB476DF) is known color: Amethyst. HEX triplet: B4, 76 and DF. RGB value is (180,118,223). Sum of RGB (Red+Green+Blue) = 180+118+223=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B476DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476DF is #4B8920. Grayscale: #949494. Windows color (decimal): -4950305 or 14644916. OLE color: 14644916.
HSL color Cylindrical-coordinate representation of color #B476DF: hue angle of 275.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B476DF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 118 | 223 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 275.43º | 0.62% | 0.67% | - |
| HSV(B) | 275.43º | 0.47% | 0.87% | - |
| XYZ | 38.62 | 27.99 | 73.18 | - |
| YUV | 148.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 223 | 0.19 | 0.47 | 0 | 0.13 | 275.43 | 0.62 | 0.67 |
| Hex | B4 | 76 | DF | 13 | 2F | 0 | D | 113 | 3E | 43 |
| Octal | 264 | 166 | 337 | 23 | 57 | 0 | 15 | 423 | 76 | 103 |
| Binary | 10110100 | 1110110 | 11011111 | 10011 | 101111 | 0 | 1101 | 100010011 | 111110 | 1000011 |
Color Harmonies of #B476DF
Complementary color
Monochromatic Colors of #B476DF
Black with #B476DF
Text Example
Text Example
White with #B476DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476DF; }
p { color: rgb(180,118,223); }
H1.HeaderClassName
{
color: #B476DF;
}
.AnyTagClassName
{
color: #B476DF;
}
</style>
background-color css
<style>
a { background-color: #B476DF; }
a { background-color: rgb(180,118,223); }
div.DivClassName
{
background-color: #B476DF;
}
.BgClassName
{
background-color: #B476DF;
}
</style>
border-color css
<style>
span { border-color: #B476DF; }
span { border-color: rgb(180,118,223); }
td.TdClassName
{
border-color: #B476DF;
}
.TagClassName
{
border-color: #B476DF;
}
</style>