Shades of Amethyst #B070D0
Tints of Amethyst #B070D0
RGB
CMYK
RGB Variations
Color information
#B070D0 (or 0xB070D0) is known color: Amethyst. HEX triplet: B0, 70 and D0. RGB value is (176,112,208). Sum of RGB (Red+Green+Blue) = 176+112+208=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #B070D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070D0 is #4F8F2F. Grayscale: #8D8D8D. Windows color (decimal): -5214000 or 13660336. OLE color: 13660336.
HSL color Cylindrical-coordinate representation of color #B070D0: hue angle of 280º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B070D0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 112 | 208 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.18 |
| HSL | 280º | 0.51% | 0.63% | - |
| HSV(B) | 280º | 0.46% | 0.82% | - |
| XYZ | 35.08 | 25.37 | 62.72 | - |
| YUV | 142.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 208 | 0.15 | 0.46 | 0 | 0.18 | 280 | 0.51 | 0.63 |
| Hex | B0 | 70 | D0 | F | 2E | 0 | 12 | 118 | 33 | 3F |
| Octal | 260 | 160 | 320 | 17 | 56 | 0 | 22 | 430 | 63 | 77 |
| Binary | 10110000 | 1110000 | 11010000 | 1111 | 101110 | 0 | 10010 | 100011000 | 110011 | 111111 |
Color Harmonies of #B070D0
Complementary color
Monochromatic Colors of #B070D0
Black with #B070D0
Text Example
Text Example
White with #B070D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070D0; }
p { color: rgb(176,112,208); }
H1.HeaderClassName
{
color: #B070D0;
}
.AnyTagClassName
{
color: #B070D0;
}
</style>
background-color css
<style>
a { background-color: #B070D0; }
a { background-color: rgb(176,112,208); }
div.DivClassName
{
background-color: #B070D0;
}
.BgClassName
{
background-color: #B070D0;
}
</style>
border-color css
<style>
span { border-color: #B070D0; }
span { border-color: rgb(176,112,208); }
td.TdClassName
{
border-color: #B070D0;
}
.TagClassName
{
border-color: #B070D0;
}
</style>