Shades of Amethyst #B06BDF
Tints of Amethyst #B06BDF
RGB
CMYK
RGB Variations
Color information
#B06BDF (or 0xB06BDF) is known color: Amethyst. HEX triplet: B0, 6B and DF. RGB value is (176,107,223). Sum of RGB (Red+Green+Blue) = 176+107+223=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B06BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BDF is #4F9420. Grayscale: #8C8C8C. Windows color (decimal): -5215265 or 14642096. OLE color: 14642096.
HSL color Cylindrical-coordinate representation of color #B06BDF: hue angle of 275.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06BDF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 107 | 223 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.13 |
| HSL | 275.69º | 0.64% | 0.65% | - |
| HSV(B) | 275.69º | 0.52% | 0.87% | - |
| XYZ | 36.48 | 25.07 | 72.73 | - |
| YUV | 140.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 223 | 0.21 | 0.52 | 0 | 0.13 | 275.69 | 0.64 | 0.65 |
| Hex | B0 | 6B | DF | 15 | 34 | 0 | D | 114 | 40 | 41 |
| Octal | 260 | 153 | 337 | 25 | 64 | 0 | 15 | 424 | 100 | 101 |
| Binary | 10110000 | 1101011 | 11011111 | 10101 | 110100 | 0 | 1101 | 100010100 | 1000000 | 1000001 |
Color Harmonies of #B06BDF
Complementary color
Monochromatic Colors of #B06BDF
Black with #B06BDF
Text Example
Text Example
White with #B06BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BDF; }
p { color: rgb(176,107,223); }
H1.HeaderClassName
{
color: #B06BDF;
}
.AnyTagClassName
{
color: #B06BDF;
}
</style>
background-color css
<style>
a { background-color: #B06BDF; }
a { background-color: rgb(176,107,223); }
div.DivClassName
{
background-color: #B06BDF;
}
.BgClassName
{
background-color: #B06BDF;
}
</style>
border-color css
<style>
span { border-color: #B06BDF; }
span { border-color: rgb(176,107,223); }
td.TdClassName
{
border-color: #B06BDF;
}
.TagClassName
{
border-color: #B06BDF;
}
</style>