Shades of Amethyst #B375D4
Tints of Amethyst #B375D4
RGB
CMYK
RGB Variations
Color information
#B375D4 (or 0xB375D4) is known color: Amethyst. HEX triplet: B3, 75 and D4. RGB value is (179,117,212). Sum of RGB (Red+Green+Blue) = 179+117+212=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #B375D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375D4 is #4C8A2B. Grayscale: #929292. Windows color (decimal): -5016108 or 13923763. OLE color: 13923763.
HSL color Cylindrical-coordinate representation of color #B375D4: hue angle of 279.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B375D4 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 117 | 212 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.17 |
| HSL | 279.16º | 0.52% | 0.65% | - |
| HSV(B) | 279.16º | 0.45% | 0.83% | - |
| XYZ | 36.84 | 27.06 | 65.57 | - |
| YUV | 146.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 212 | 0.16 | 0.45 | 0 | 0.17 | 279.16 | 0.52 | 0.65 |
| Hex | B3 | 75 | D4 | 10 | 2D | 0 | 11 | 117 | 34 | 41 |
| Octal | 263 | 165 | 324 | 20 | 55 | 0 | 21 | 427 | 64 | 101 |
| Binary | 10110011 | 1110101 | 11010100 | 10000 | 101101 | 0 | 10001 | 100010111 | 110100 | 1000001 |
Color Harmonies of #B375D4
Complementary color
Monochromatic Colors of #B375D4
Black with #B375D4
Text Example
Text Example
White with #B375D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375D4; }
p { color: rgb(179,117,212); }
H1.HeaderClassName
{
color: #B375D4;
}
.AnyTagClassName
{
color: #B375D4;
}
</style>
background-color css
<style>
a { background-color: #B375D4; }
a { background-color: rgb(179,117,212); }
div.DivClassName
{
background-color: #B375D4;
}
.BgClassName
{
background-color: #B375D4;
}
</style>
border-color css
<style>
span { border-color: #B375D4; }
span { border-color: rgb(179,117,212); }
td.TdClassName
{
border-color: #B375D4;
}
.TagClassName
{
border-color: #B375D4;
}
</style>