Shades of Amethyst #B071CB
Tints of Amethyst #B071CB
RGB
CMYK
RGB Variations
Color information
#B071CB (or 0xB071CB) is known color: Amethyst. HEX triplet: B0, 71 and CB. RGB value is (176,113,203). Sum of RGB (Red+Green+Blue) = 176+113+203=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B071CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CB is #4F8E34. Grayscale: #8D8D8D. Windows color (decimal): -5213749 or 13332912. OLE color: 13332912.
HSL color Cylindrical-coordinate representation of color #B071CB: hue angle of 282º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B071CB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 113 | 203 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.20 |
| HSL | 282º | 0.46% | 0.62% | - |
| HSV(B) | 282º | 0.44% | 0.8% | - |
| XYZ | 34.59 | 25.35 | 59.57 | - |
| YUV | 142.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 203 | 0.13 | 0.44 | 0 | 0.20 | 282 | 0.46 | 0.62 |
| Hex | B0 | 71 | CB | D | 2C | 0 | 14 | 11A | 2E | 3E |
| Octal | 260 | 161 | 313 | 15 | 54 | 0 | 24 | 432 | 56 | 76 |
| Binary | 10110000 | 1110001 | 11001011 | 1101 | 101100 | 0 | 10100 | 100011010 | 101110 | 111110 |
Color Harmonies of #B071CB
Complementary color
Monochromatic Colors of #B071CB
Black with #B071CB
Text Example
Text Example
White with #B071CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071CB; }
p { color: rgb(176,113,203); }
H1.HeaderClassName
{
color: #B071CB;
}
.AnyTagClassName
{
color: #B071CB;
}
</style>
background-color css
<style>
a { background-color: #B071CB; }
a { background-color: rgb(176,113,203); }
div.DivClassName
{
background-color: #B071CB;
}
.BgClassName
{
background-color: #B071CB;
}
</style>
border-color css
<style>
span { border-color: #B071CB; }
span { border-color: rgb(176,113,203); }
td.TdClassName
{
border-color: #B071CB;
}
.TagClassName
{
border-color: #B071CB;
}
</style>