Shades of Amethyst #B074CF
Tints of Amethyst #B074CF
RGB
CMYK
RGB Variations
Color information
#B074CF (or 0xB074CF) is known color: Amethyst. HEX triplet: B0, 74 and CF. RGB value is (176,116,207). Sum of RGB (Red+Green+Blue) = 176+116+207=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B074CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074CF is #4F8B30. Grayscale: #909090. Windows color (decimal): -5212977 or 13595824. OLE color: 13595824.
HSL color Cylindrical-coordinate representation of color #B074CF: hue angle of 279.56º degrees, saturation: 0.49, 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 #B074CF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 116 | 207 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.19 |
| HSL | 279.56º | 0.49% | 0.63% | - |
| HSV(B) | 279.56º | 0.44% | 0.81% | - |
| XYZ | 35.41 | 26.23 | 62.23 | - |
| YUV | 144.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 207 | 0.15 | 0.44 | 0 | 0.19 | 279.56 | 0.49 | 0.63 |
| Hex | B0 | 74 | CF | F | 2C | 0 | 13 | 118 | 31 | 3F |
| Octal | 260 | 164 | 317 | 17 | 54 | 0 | 23 | 430 | 61 | 77 |
| Binary | 10110000 | 1110100 | 11001111 | 1111 | 101100 | 0 | 10011 | 100011000 | 110001 | 111111 |
Color Harmonies of #B074CF
Complementary color
Monochromatic Colors of #B074CF
Black with #B074CF
Text Example
Text Example
White with #B074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074CF; }
p { color: rgb(176,116,207); }
H1.HeaderClassName
{
color: #B074CF;
}
.AnyTagClassName
{
color: #B074CF;
}
</style>
background-color css
<style>
a { background-color: #B074CF; }
a { background-color: rgb(176,116,207); }
div.DivClassName
{
background-color: #B074CF;
}
.BgClassName
{
background-color: #B074CF;
}
</style>
border-color css
<style>
span { border-color: #B074CF; }
span { border-color: rgb(176,116,207); }
td.TdClassName
{
border-color: #B074CF;
}
.TagClassName
{
border-color: #B074CF;
}
</style>