Shades of Amethyst #B070CF
Tints of Amethyst #B070CF
RGB
CMYK
RGB Variations
Color information
#B070CF (or 0xB070CF) is known color: Amethyst. HEX triplet: B0, 70 and CF. RGB value is (176,112,207). Sum of RGB (Red+Green+Blue) = 176+112+207=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B070CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CF is #4F8F30. Grayscale: #8D8D8D. Windows color (decimal): -5214001 or 13594800. OLE color: 13594800.
HSL color Cylindrical-coordinate representation of color #B070CF: hue angle of 280.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B070CF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 112 | 207 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.19 |
| HSL | 280.42º | 0.5% | 0.63% | - |
| HSV(B) | 280.42º | 0.46% | 0.81% | - |
| XYZ | 34.96 | 25.32 | 62.08 | - |
| YUV | 141.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 207 | 0.15 | 0.46 | 0 | 0.19 | 280.42 | 0.5 | 0.63 |
| Hex | B0 | 70 | CF | F | 2E | 0 | 13 | 118 | 32 | 3F |
| Octal | 260 | 160 | 317 | 17 | 56 | 0 | 23 | 430 | 62 | 77 |
| Binary | 10110000 | 1110000 | 11001111 | 1111 | 101110 | 0 | 10011 | 100011000 | 110010 | 111111 |
Color Harmonies of #B070CF
Complementary color
Monochromatic Colors of #B070CF
Black with #B070CF
Text Example
Text Example
White with #B070CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070CF; }
p { color: rgb(176,112,207); }
H1.HeaderClassName
{
color: #B070CF;
}
.AnyTagClassName
{
color: #B070CF;
}
</style>
background-color css
<style>
a { background-color: #B070CF; }
a { background-color: rgb(176,112,207); }
div.DivClassName
{
background-color: #B070CF;
}
.BgClassName
{
background-color: #B070CF;
}
</style>
border-color css
<style>
span { border-color: #B070CF; }
span { border-color: rgb(176,112,207); }
td.TdClassName
{
border-color: #B070CF;
}
.TagClassName
{
border-color: #B070CF;
}
</style>