Shades of Amethyst #B071CC
Tints of Amethyst #B071CC
RGB
CMYK
RGB Variations
Color information
#B071CC (or 0xB071CC) is known color: Amethyst. HEX triplet: B0, 71 and CC. RGB value is (176,113,204). Sum of RGB (Red+Green+Blue) = 176+113+204=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B071CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CC is #4F8E33. Grayscale: #8D8D8D. Windows color (decimal): -5213748 or 13398448. OLE color: 13398448.
HSL color Cylindrical-coordinate representation of color #B071CC: hue angle of 281.54º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B071CC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 113 | 204 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.2 |
| HSL | 281.54º | 0.47% | 0.62% | - |
| HSV(B) | 281.54º | 0.45% | 0.8% | - |
| XYZ | 34.71 | 25.4 | 60.2 | - |
| YUV | 142.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 204 | 0.14 | 0.45 | 0 | 0.2 | 281.54 | 0.47 | 0.62 |
| Hex | B0 | 71 | CC | E | 2D | 0 | 14 | 11A | 2F | 3E |
| Octal | 260 | 161 | 314 | 16 | 55 | 0 | 24 | 432 | 57 | 76 |
| Binary | 10110000 | 1110001 | 11001100 | 1110 | 101101 | 0 | 10100 | 100011010 | 101111 | 111110 |
Color Harmonies of #B071CC
Complementary color
Monochromatic Colors of #B071CC
Black with #B071CC
Text Example
Text Example
White with #B071CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071CC; }
p { color: rgb(176,113,204); }
H1.HeaderClassName
{
color: #B071CC;
}
.AnyTagClassName
{
color: #B071CC;
}
</style>
background-color css
<style>
a { background-color: #B071CC; }
a { background-color: rgb(176,113,204); }
div.DivClassName
{
background-color: #B071CC;
}
.BgClassName
{
background-color: #B071CC;
}
</style>
border-color css
<style>
span { border-color: #B071CC; }
span { border-color: rgb(176,113,204); }
td.TdClassName
{
border-color: #B071CC;
}
.TagClassName
{
border-color: #B071CC;
}
</style>