Shades of Amethyst #B375DD
Tints of Amethyst #B375DD
RGB
CMYK
RGB Variations
Color information
#B375DD (or 0xB375DD) is known color: Amethyst. HEX triplet: B3, 75 and DD. RGB value is (179,117,221). Sum of RGB (Red+Green+Blue) = 179+117+221=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B375DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375DD is #4C8A22. Grayscale: #939393. Windows color (decimal): -5016099 or 14513587. OLE color: 14513587.
HSL color Cylindrical-coordinate representation of color #B375DD: hue angle of 275.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B375DD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 117 | 221 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 275.77º | 0.6% | 0.66% | - |
| HSV(B) | 275.77º | 0.47% | 0.87% | - |
| XYZ | 38 | 27.53 | 71.72 | - |
| YUV | 147.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 221 | 0.19 | 0.47 | 0 | 0.13 | 275.77 | 0.6 | 0.66 |
| Hex | B3 | 75 | DD | 13 | 2F | 0 | D | 114 | 3C | 42 |
| Octal | 263 | 165 | 335 | 23 | 57 | 0 | 15 | 424 | 74 | 102 |
| Binary | 10110011 | 1110101 | 11011101 | 10011 | 101111 | 0 | 1101 | 100010100 | 111100 | 1000010 |
Color Harmonies of #B375DD
Complementary color
Monochromatic Colors of #B375DD
Black with #B375DD
Text Example
Text Example
White with #B375DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375DD; }
p { color: rgb(179,117,221); }
H1.HeaderClassName
{
color: #B375DD;
}
.AnyTagClassName
{
color: #B375DD;
}
</style>
background-color css
<style>
a { background-color: #B375DD; }
a { background-color: rgb(179,117,221); }
div.DivClassName
{
background-color: #B375DD;
}
.BgClassName
{
background-color: #B375DD;
}
</style>
border-color css
<style>
span { border-color: #B375DD; }
span { border-color: rgb(179,117,221); }
td.TdClassName
{
border-color: #B375DD;
}
.TagClassName
{
border-color: #B375DD;
}
</style>