Shades of Amethyst #B070D9
Tints of Amethyst #B070D9
RGB
CMYK
RGB Variations
Color information
#B070D9 (or 0xB070D9) is known color: Amethyst. HEX triplet: B0, 70 and D9. RGB value is (176,112,217). Sum of RGB (Red+Green+Blue) = 176+112+217=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #B070D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070D9 is #4F8F26. Grayscale: #8E8E8E. Windows color (decimal): -5213991 or 14250160. OLE color: 14250160.
HSL color Cylindrical-coordinate representation of color #B070D9: hue angle of 276.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B070D9 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 112 | 217 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.15 |
| HSL | 276.57º | 0.58% | 0.65% | - |
| HSV(B) | 276.57º | 0.48% | 0.85% | - |
| XYZ | 36.22 | 25.83 | 68.72 | - |
| YUV | 143.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 217 | 0.19 | 0.48 | 0 | 0.15 | 276.57 | 0.58 | 0.65 |
| Hex | B0 | 70 | D9 | 13 | 30 | 0 | F | 115 | 3A | 41 |
| Octal | 260 | 160 | 331 | 23 | 60 | 0 | 17 | 425 | 72 | 101 |
| Binary | 10110000 | 1110000 | 11011001 | 10011 | 110000 | 0 | 1111 | 100010101 | 111010 | 1000001 |
Color Harmonies of #B070D9
Complementary color
Monochromatic Colors of #B070D9
Black with #B070D9
Text Example
Text Example
White with #B070D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070D9; }
p { color: rgb(176,112,217); }
H1.HeaderClassName
{
color: #B070D9;
}
.AnyTagClassName
{
color: #B070D9;
}
</style>
background-color css
<style>
a { background-color: #B070D9; }
a { background-color: rgb(176,112,217); }
div.DivClassName
{
background-color: #B070D9;
}
.BgClassName
{
background-color: #B070D9;
}
</style>
border-color css
<style>
span { border-color: #B070D9; }
span { border-color: rgb(176,112,217); }
td.TdClassName
{
border-color: #B070D9;
}
.TagClassName
{
border-color: #B070D9;
}
</style>