Shades of Amethyst #B070D2
Tints of Amethyst #B070D2
RGB
CMYK
RGB Variations
Color information
#B070D2 (or 0xB070D2) is known color: Amethyst. HEX triplet: B0, 70 and D2. RGB value is (176,112,210). Sum of RGB (Red+Green+Blue) = 176+112+210=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #B070D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070D2 is #4F8F2D. Grayscale: #8D8D8D. Windows color (decimal): -5213998 or 13791408. OLE color: 13791408.
HSL color Cylindrical-coordinate representation of color #B070D2: hue angle of 279.18º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B070D2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 112 | 210 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.18 |
| HSL | 279.18º | 0.52% | 0.63% | - |
| HSV(B) | 279.18º | 0.47% | 0.82% | - |
| XYZ | 35.33 | 25.47 | 64.03 | - |
| YUV | 142.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 210 | 0.16 | 0.47 | 0 | 0.18 | 279.18 | 0.52 | 0.63 |
| Hex | B0 | 70 | D2 | 10 | 2F | 0 | 12 | 117 | 34 | 3F |
| Octal | 260 | 160 | 322 | 20 | 57 | 0 | 22 | 427 | 64 | 77 |
| Binary | 10110000 | 1110000 | 11010010 | 10000 | 101111 | 0 | 10010 | 100010111 | 110100 | 111111 |
Color Harmonies of #B070D2
Complementary color
Monochromatic Colors of #B070D2
Black with #B070D2
Text Example
Text Example
White with #B070D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070D2; }
p { color: rgb(176,112,210); }
H1.HeaderClassName
{
color: #B070D2;
}
.AnyTagClassName
{
color: #B070D2;
}
</style>
background-color css
<style>
a { background-color: #B070D2; }
a { background-color: rgb(176,112,210); }
div.DivClassName
{
background-color: #B070D2;
}
.BgClassName
{
background-color: #B070D2;
}
</style>
border-color css
<style>
span { border-color: #B070D2; }
span { border-color: rgb(176,112,210); }
td.TdClassName
{
border-color: #B070D2;
}
.TagClassName
{
border-color: #B070D2;
}
</style>