Shades of Amethyst #B070D3
Tints of Amethyst #B070D3
RGB
CMYK
RGB Variations
Color information
#B070D3 (or 0xB070D3) is known color: Amethyst. HEX triplet: B0, 70 and D3. RGB value is (176,112,211). Sum of RGB (Red+Green+Blue) = 176+112+211=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #B070D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070D3 is #4F8F2C. Grayscale: #8E8E8E. Windows color (decimal): -5213997 or 13856944. OLE color: 13856944.
HSL color Cylindrical-coordinate representation of color #B070D3: hue angle of 278.79º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B070D3 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 112 | 211 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.17 |
| HSL | 278.79º | 0.53% | 0.63% | - |
| HSV(B) | 278.79º | 0.47% | 0.83% | - |
| XYZ | 35.46 | 25.52 | 64.69 | - |
| YUV | 142.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 211 | 0.17 | 0.47 | 0 | 0.17 | 278.79 | 0.53 | 0.63 |
| Hex | B0 | 70 | D3 | 11 | 2F | 0 | 11 | 117 | 35 | 3F |
| Octal | 260 | 160 | 323 | 21 | 57 | 0 | 21 | 427 | 65 | 77 |
| Binary | 10110000 | 1110000 | 11010011 | 10001 | 101111 | 0 | 10001 | 100010111 | 110101 | 111111 |
Color Harmonies of #B070D3
Complementary color
Monochromatic Colors of #B070D3
Black with #B070D3
Text Example
Text Example
White with #B070D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070D3; }
p { color: rgb(176,112,211); }
H1.HeaderClassName
{
color: #B070D3;
}
.AnyTagClassName
{
color: #B070D3;
}
</style>
background-color css
<style>
a { background-color: #B070D3; }
a { background-color: rgb(176,112,211); }
div.DivClassName
{
background-color: #B070D3;
}
.BgClassName
{
background-color: #B070D3;
}
</style>
border-color css
<style>
span { border-color: #B070D3; }
span { border-color: rgb(176,112,211); }
td.TdClassName
{
border-color: #B070D3;
}
.TagClassName
{
border-color: #B070D3;
}
</style>