Shades of Amethyst #B06FCC
Tints of Amethyst #B06FCC
RGB
CMYK
RGB Variations
Color information
#B06FCC (or 0xB06FCC) is known color: Amethyst. HEX triplet: B0, 6F and CC. RGB value is (176,111,204). Sum of RGB (Red+Green+Blue) = 176+111+204=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B06FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FCC is #4F9033. Grayscale: #8C8C8C. Windows color (decimal): -5214260 or 13397936. OLE color: 13397936.
HSL color Cylindrical-coordinate representation of color #B06FCC: hue angle of 281.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06FCC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 111 | 204 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.2 |
| HSL | 281.94º | 0.48% | 0.62% | - |
| HSV(B) | 281.94º | 0.46% | 0.8% | - |
| XYZ | 34.49 | 24.96 | 60.13 | - |
| YUV | 141.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 204 | 0.14 | 0.46 | 0 | 0.2 | 281.94 | 0.48 | 0.62 |
| Hex | B0 | 6F | CC | E | 2E | 0 | 14 | 11A | 30 | 3E |
| Octal | 260 | 157 | 314 | 16 | 56 | 0 | 24 | 432 | 60 | 76 |
| Binary | 10110000 | 1101111 | 11001100 | 1110 | 101110 | 0 | 10100 | 100011010 | 110000 | 111110 |
Color Harmonies of #B06FCC
Complementary color
Monochromatic Colors of #B06FCC
Black with #B06FCC
Text Example
Text Example
White with #B06FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FCC; }
p { color: rgb(176,111,204); }
H1.HeaderClassName
{
color: #B06FCC;
}
.AnyTagClassName
{
color: #B06FCC;
}
</style>
background-color css
<style>
a { background-color: #B06FCC; }
a { background-color: rgb(176,111,204); }
div.DivClassName
{
background-color: #B06FCC;
}
.BgClassName
{
background-color: #B06FCC;
}
</style>
border-color css
<style>
span { border-color: #B06FCC; }
span { border-color: rgb(176,111,204); }
td.TdClassName
{
border-color: #B06FCC;
}
.TagClassName
{
border-color: #B06FCC;
}
</style>