Shades of Amethyst #B071DB
Tints of Amethyst #B071DB
RGB
CMYK
RGB Variations
Color information
#B071DB (or 0xB071DB) is known color: Amethyst. HEX triplet: B0, 71 and DB. RGB value is (176,113,219). Sum of RGB (Red+Green+Blue) = 176+113+219=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B071DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071DB is #4F8E24. Grayscale: #8F8F8F. Windows color (decimal): -5213733 or 14381488. OLE color: 14381488.
HSL color Cylindrical-coordinate representation of color #B071DB: hue angle of 275.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B071DB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 113 | 219 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.14 |
| HSL | 275.66º | 0.6% | 0.65% | - |
| HSV(B) | 275.66º | 0.48% | 0.86% | - |
| XYZ | 36.6 | 26.15 | 70.14 | - |
| YUV | 143.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 219 | 0.20 | 0.48 | 0 | 0.14 | 275.66 | 0.6 | 0.65 |
| Hex | B0 | 71 | DB | 14 | 30 | 0 | E | 114 | 3C | 41 |
| Octal | 260 | 161 | 333 | 24 | 60 | 0 | 16 | 424 | 74 | 101 |
| Binary | 10110000 | 1110001 | 11011011 | 10100 | 110000 | 0 | 1110 | 100010100 | 111100 | 1000001 |
Color Harmonies of #B071DB
Complementary color
Monochromatic Colors of #B071DB
Black with #B071DB
Text Example
Text Example
White with #B071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071DB; }
p { color: rgb(176,113,219); }
H1.HeaderClassName
{
color: #B071DB;
}
.AnyTagClassName
{
color: #B071DB;
}
</style>
background-color css
<style>
a { background-color: #B071DB; }
a { background-color: rgb(176,113,219); }
div.DivClassName
{
background-color: #B071DB;
}
.BgClassName
{
background-color: #B071DB;
}
</style>
border-color css
<style>
span { border-color: #B071DB; }
span { border-color: rgb(176,113,219); }
td.TdClassName
{
border-color: #B071DB;
}
.TagClassName
{
border-color: #B071DB;
}
</style>