Shades of Amethyst #B074CE
Tints of Amethyst #B074CE
RGB
CMYK
RGB Variations
Color information
#B074CE (or 0xB074CE) is known color: Amethyst. HEX triplet: B0, 74 and CE. RGB value is (176,116,206). Sum of RGB (Red+Green+Blue) = 176+116+206=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #B074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074CE is #4F8B31. Grayscale: #8F8F8F. Windows color (decimal): -5212978 or 13530288. OLE color: 13530288.
HSL color Cylindrical-coordinate representation of color #B074CE: hue angle of 280º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B074CE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 116 | 206 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.19 |
| HSL | 280º | 0.48% | 0.63% | - |
| HSV(B) | 280º | 0.44% | 0.81% | - |
| XYZ | 35.29 | 26.18 | 61.59 | - |
| YUV | 144.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 206 | 0.15 | 0.44 | 0 | 0.19 | 280 | 0.48 | 0.63 |
| Hex | B0 | 74 | CE | F | 2C | 0 | 13 | 118 | 30 | 3F |
| Octal | 260 | 164 | 316 | 17 | 54 | 0 | 23 | 430 | 60 | 77 |
| Binary | 10110000 | 1110100 | 11001110 | 1111 | 101100 | 0 | 10011 | 100011000 | 110000 | 111111 |
Color Harmonies of #B074CE
Complementary color
Monochromatic Colors of #B074CE
Black with #B074CE
Text Example
Text Example
White with #B074CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074CE; }
p { color: rgb(176,116,206); }
H1.HeaderClassName
{
color: #B074CE;
}
.AnyTagClassName
{
color: #B074CE;
}
</style>
background-color css
<style>
a { background-color: #B074CE; }
a { background-color: rgb(176,116,206); }
div.DivClassName
{
background-color: #B074CE;
}
.BgClassName
{
background-color: #B074CE;
}
</style>
border-color css
<style>
span { border-color: #B074CE; }
span { border-color: rgb(176,116,206); }
td.TdClassName
{
border-color: #B074CE;
}
.TagClassName
{
border-color: #B074CE;
}
</style>