Shades of Amethyst #B06FCF
Tints of Amethyst #B06FCF
RGB
CMYK
RGB Variations
Color information
#B06FCF (or 0xB06FCF) is known color: Amethyst. HEX triplet: B0, 6F and CF. RGB value is (176,111,207). Sum of RGB (Red+Green+Blue) = 176+111+207=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FCF is #4F9030. Grayscale: #8D8D8D. Windows color (decimal): -5214257 or 13594544. OLE color: 13594544.
HSL color Cylindrical-coordinate representation of color #B06FCF: hue angle of 280.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06FCF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 111 | 207 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.19 |
| HSL | 280.63º | 0.5% | 0.62% | - |
| HSV(B) | 280.63º | 0.46% | 0.81% | - |
| XYZ | 34.85 | 25.1 | 62.04 | - |
| YUV | 141.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 207 | 0.15 | 0.46 | 0 | 0.19 | 280.63 | 0.5 | 0.62 |
| Hex | B0 | 6F | CF | F | 2E | 0 | 13 | 119 | 32 | 3E |
| Octal | 260 | 157 | 317 | 17 | 56 | 0 | 23 | 431 | 62 | 76 |
| Binary | 10110000 | 1101111 | 11001111 | 1111 | 101110 | 0 | 10011 | 100011001 | 110010 | 111110 |
Color Harmonies of #B06FCF
Complementary color
Monochromatic Colors of #B06FCF
Black with #B06FCF
Text Example
Text Example
White with #B06FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FCF; }
p { color: rgb(176,111,207); }
H1.HeaderClassName
{
color: #B06FCF;
}
.AnyTagClassName
{
color: #B06FCF;
}
</style>
background-color css
<style>
a { background-color: #B06FCF; }
a { background-color: rgb(176,111,207); }
div.DivClassName
{
background-color: #B06FCF;
}
.BgClassName
{
background-color: #B06FCF;
}
</style>
border-color css
<style>
span { border-color: #B06FCF; }
span { border-color: rgb(176,111,207); }
td.TdClassName
{
border-color: #B06FCF;
}
.TagClassName
{
border-color: #B06FCF;
}
</style>