Shades of Amethyst #B071DC
Tints of Amethyst #B071DC
RGB
CMYK
RGB Variations
Color information
#B071DC (or 0xB071DC) is known color: Amethyst. HEX triplet: B0, 71 and DC. RGB value is (176,113,220). Sum of RGB (Red+Green+Blue) = 176+113+220=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B071DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071DC is #4F8E23. Grayscale: #8F8F8F. Windows color (decimal): -5213732 or 14447024. OLE color: 14447024.
HSL color Cylindrical-coordinate representation of color #B071DC: hue angle of 275.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B071DC is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 113 | 220 | - |
| CMYK | 0.2 | 0.49 | 0 | 0.14 |
| HSL | 275.33º | 0.6% | 0.65% | - |
| HSV(B) | 275.33º | 0.49% | 0.86% | - |
| XYZ | 36.73 | 26.21 | 70.83 | - |
| YUV | 144.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 220 | 0.2 | 0.49 | 0 | 0.14 | 275.33 | 0.6 | 0.65 |
| Hex | B0 | 71 | DC | 14 | 31 | 0 | E | 113 | 3C | 41 |
| Octal | 260 | 161 | 334 | 24 | 61 | 0 | 16 | 423 | 74 | 101 |
| Binary | 10110000 | 1110001 | 11011100 | 10100 | 110001 | 0 | 1110 | 100010011 | 111100 | 1000001 |
Color Harmonies of #B071DC
Complementary color
Monochromatic Colors of #B071DC
Black with #B071DC
Text Example
Text Example
White with #B071DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071DC; }
p { color: rgb(176,113,220); }
H1.HeaderClassName
{
color: #B071DC;
}
.AnyTagClassName
{
color: #B071DC;
}
</style>
background-color css
<style>
a { background-color: #B071DC; }
a { background-color: rgb(176,113,220); }
div.DivClassName
{
background-color: #B071DC;
}
.BgClassName
{
background-color: #B071DC;
}
</style>
border-color css
<style>
span { border-color: #B071DC; }
span { border-color: rgb(176,113,220); }
td.TdClassName
{
border-color: #B071DC;
}
.TagClassName
{
border-color: #B071DC;
}
</style>