Shades of Amethyst #B375DE
Tints of Amethyst #B375DE
RGB
CMYK
RGB Variations
Color information
#B375DE (or 0xB375DE) is known color: Amethyst. HEX triplet: B3, 75 and DE. RGB value is (179,117,222). Sum of RGB (Red+Green+Blue) = 179+117+222=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B375DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375DE is #4C8A21. Grayscale: #939393. Windows color (decimal): -5016098 or 14579123. OLE color: 14579123.
HSL color Cylindrical-coordinate representation of color #B375DE: hue angle of 275.43º degrees, saturation: 0.61, 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 #B375DE is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 117 | 222 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 275.43º | 0.61% | 0.66% | - |
| HSV(B) | 275.43º | 0.47% | 0.87% | - |
| XYZ | 38.14 | 27.58 | 72.42 | - |
| YUV | 147.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 222 | 0.19 | 0.47 | 0 | 0.13 | 275.43 | 0.61 | 0.66 |
| Hex | B3 | 75 | DE | 13 | 2F | 0 | D | 113 | 3D | 42 |
| Octal | 263 | 165 | 336 | 23 | 57 | 0 | 15 | 423 | 75 | 102 |
| Binary | 10110011 | 1110101 | 11011110 | 10011 | 101111 | 0 | 1101 | 100010011 | 111101 | 1000010 |
Color Harmonies of #B375DE
Complementary color
Monochromatic Colors of #B375DE
Black with #B375DE
Text Example
Text Example
White with #B375DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375DE; }
p { color: rgb(179,117,222); }
H1.HeaderClassName
{
color: #B375DE;
}
.AnyTagClassName
{
color: #B375DE;
}
</style>
background-color css
<style>
a { background-color: #B375DE; }
a { background-color: rgb(179,117,222); }
div.DivClassName
{
background-color: #B375DE;
}
.BgClassName
{
background-color: #B375DE;
}
</style>
border-color css
<style>
span { border-color: #B375DE; }
span { border-color: rgb(179,117,222); }
td.TdClassName
{
border-color: #B375DE;
}
.TagClassName
{
border-color: #B375DE;
}
</style>