Shades of Amethyst #B070DD
Tints of Amethyst #B070DD
RGB
CMYK
RGB Variations
Color information
#B070DD (or 0xB070DD) is known color: Amethyst. HEX triplet: B0, 70 and DD. RGB value is (176,112,221). Sum of RGB (Red+Green+Blue) = 176+112+221=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B070DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070DD is #4F8F22. Grayscale: #8F8F8F. Windows color (decimal): -5213987 or 14512304. OLE color: 14512304.
HSL color Cylindrical-coordinate representation of color #B070DD: hue angle of 275.23º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B070DD is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 112 | 221 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.13 |
| HSL | 275.23º | 0.62% | 0.65% | - |
| HSV(B) | 275.23º | 0.49% | 0.87% | - |
| XYZ | 36.75 | 26.04 | 71.5 | - |
| YUV | 143.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 221 | 0.20 | 0.49 | 0 | 0.13 | 275.23 | 0.62 | 0.65 |
| Hex | B0 | 70 | DD | 14 | 31 | 0 | D | 113 | 3E | 41 |
| Octal | 260 | 160 | 335 | 24 | 61 | 0 | 15 | 423 | 76 | 101 |
| Binary | 10110000 | 1110000 | 11011101 | 10100 | 110001 | 0 | 1101 | 100010011 | 111110 | 1000001 |
Color Harmonies of #B070DD
Complementary color
Monochromatic Colors of #B070DD
Black with #B070DD
Text Example
Text Example
White with #B070DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070DD; }
p { color: rgb(176,112,221); }
H1.HeaderClassName
{
color: #B070DD;
}
.AnyTagClassName
{
color: #B070DD;
}
</style>
background-color css
<style>
a { background-color: #B070DD; }
a { background-color: rgb(176,112,221); }
div.DivClassName
{
background-color: #B070DD;
}
.BgClassName
{
background-color: #B070DD;
}
</style>
border-color css
<style>
span { border-color: #B070DD; }
span { border-color: rgb(176,112,221); }
td.TdClassName
{
border-color: #B070DD;
}
.TagClassName
{
border-color: #B070DD;
}
</style>