Shades of Amethyst #B371DF
Tints of Amethyst #B371DF
RGB
CMYK
RGB Variations
Color information
#B371DF (or 0xB371DF) is known color: Amethyst. HEX triplet: B3, 71 and DF. RGB value is (179,113,223). Sum of RGB (Red+Green+Blue) = 179+113+223=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B371DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371DF is #4C8E20. Grayscale: #909090. Windows color (decimal): -5017121 or 14643635. OLE color: 14643635.
HSL color Cylindrical-coordinate representation of color #B371DF: hue angle of 276º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B371DF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 113 | 223 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.13 |
| HSL | 276º | 0.63% | 0.66% | - |
| HSV(B) | 276º | 0.49% | 0.87% | - |
| XYZ | 37.81 | 26.72 | 72.98 | - |
| YUV | 145.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 223 | 0.20 | 0.49 | 0 | 0.13 | 276 | 0.63 | 0.66 |
| Hex | B3 | 71 | DF | 14 | 31 | 0 | D | 114 | 3F | 42 |
| Octal | 263 | 161 | 337 | 24 | 61 | 0 | 15 | 424 | 77 | 102 |
| Binary | 10110011 | 1110001 | 11011111 | 10100 | 110001 | 0 | 1101 | 100010100 | 111111 | 1000010 |
Color Harmonies of #B371DF
Complementary color
Monochromatic Colors of #B371DF
Black with #B371DF
Text Example
Text Example
White with #B371DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371DF; }
p { color: rgb(179,113,223); }
H1.HeaderClassName
{
color: #B371DF;
}
.AnyTagClassName
{
color: #B371DF;
}
</style>
background-color css
<style>
a { background-color: #B371DF; }
a { background-color: rgb(179,113,223); }
div.DivClassName
{
background-color: #B371DF;
}
.BgClassName
{
background-color: #B371DF;
}
</style>
border-color css
<style>
span { border-color: #B371DF; }
span { border-color: rgb(179,113,223); }
td.TdClassName
{
border-color: #B371DF;
}
.TagClassName
{
border-color: #B371DF;
}
</style>