Shades of Amethyst #B06FD2
Tints of Amethyst #B06FD2
RGB
CMYK
RGB Variations
Color information
#B06FD2 (or 0xB06FD2) is known color: Amethyst. HEX triplet: B0, 6F and D2. RGB value is (176,111,210). Sum of RGB (Red+Green+Blue) = 176+111+210=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B06FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FD2 is #4F902D. Grayscale: #8D8D8D. Windows color (decimal): -5214254 or 13791152. OLE color: 13791152.
HSL color Cylindrical-coordinate representation of color #B06FD2: hue angle of 279.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06FD2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 111 | 210 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.18 |
| HSL | 279.39º | 0.52% | 0.63% | - |
| HSV(B) | 279.39º | 0.47% | 0.82% | - |
| XYZ | 35.22 | 25.25 | 63.99 | - |
| YUV | 141.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 210 | 0.16 | 0.47 | 0 | 0.18 | 279.39 | 0.52 | 0.63 |
| Hex | B0 | 6F | D2 | 10 | 2F | 0 | 12 | 117 | 34 | 3F |
| Octal | 260 | 157 | 322 | 20 | 57 | 0 | 22 | 427 | 64 | 77 |
| Binary | 10110000 | 1101111 | 11010010 | 10000 | 101111 | 0 | 10010 | 100010111 | 110100 | 111111 |
Color Harmonies of #B06FD2
Complementary color
Monochromatic Colors of #B06FD2
Black with #B06FD2
Text Example
Text Example
White with #B06FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FD2; }
p { color: rgb(176,111,210); }
H1.HeaderClassName
{
color: #B06FD2;
}
.AnyTagClassName
{
color: #B06FD2;
}
</style>
background-color css
<style>
a { background-color: #B06FD2; }
a { background-color: rgb(176,111,210); }
div.DivClassName
{
background-color: #B06FD2;
}
.BgClassName
{
background-color: #B06FD2;
}
</style>
border-color css
<style>
span { border-color: #B06FD2; }
span { border-color: rgb(176,111,210); }
td.TdClassName
{
border-color: #B06FD2;
}
.TagClassName
{
border-color: #B06FD2;
}
</style>