Shades of Amethyst #B070DF
Tints of Amethyst #B070DF
RGB
CMYK
RGB Variations
Color information
#B070DF (or 0xB070DF) is known color: Amethyst. HEX triplet: B0, 70 and DF. RGB value is (176,112,223). Sum of RGB (Red+Green+Blue) = 176+112+223=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070DF is #4F8F20. Grayscale: #8F8F8F. Windows color (decimal): -5213985 or 14643376. OLE color: 14643376.
HSL color Cylindrical-coordinate representation of color #B070DF: hue angle of 274.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B070DF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 112 | 223 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.13 |
| HSL | 274.59º | 0.63% | 0.66% | - |
| HSV(B) | 274.59º | 0.5% | 0.87% | - |
| XYZ | 37.02 | 26.15 | 72.91 | - |
| YUV | 143.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 223 | 0.21 | 0.50 | 0 | 0.13 | 274.59 | 0.63 | 0.66 |
| Hex | B0 | 70 | DF | 15 | 32 | 0 | D | 113 | 3F | 42 |
| Octal | 260 | 160 | 337 | 25 | 62 | 0 | 15 | 423 | 77 | 102 |
| Binary | 10110000 | 1110000 | 11011111 | 10101 | 110010 | 0 | 1101 | 100010011 | 111111 | 1000010 |
Color Harmonies of #B070DF
Complementary color
Monochromatic Colors of #B070DF
Black with #B070DF
Text Example
Text Example
White with #B070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070DF; }
p { color: rgb(176,112,223); }
H1.HeaderClassName
{
color: #B070DF;
}
.AnyTagClassName
{
color: #B070DF;
}
</style>
background-color css
<style>
a { background-color: #B070DF; }
a { background-color: rgb(176,112,223); }
div.DivClassName
{
background-color: #B070DF;
}
.BgClassName
{
background-color: #B070DF;
}
</style>
border-color css
<style>
span { border-color: #B070DF; }
span { border-color: rgb(176,112,223); }
td.TdClassName
{
border-color: #B070DF;
}
.TagClassName
{
border-color: #B070DF;
}
</style>