Shades of Amethyst #B271D8
Tints of Amethyst #B271D8
RGB
CMYK
RGB Variations
Color information
#B271D8 (or 0xB271D8) is known color: Amethyst. HEX triplet: B2, 71 and D8. RGB value is (178,113,216). Sum of RGB (Red+Green+Blue) = 178+113+216=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #B271D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271D8 is #4D8E27. Grayscale: #8F8F8F. Windows color (decimal): -5082664 or 14184882. OLE color: 14184882.
HSL color Cylindrical-coordinate representation of color #B271D8: hue angle of 277.86º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B271D8 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 113 | 216 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.15 |
| HSL | 277.86º | 0.57% | 0.65% | - |
| HSV(B) | 277.86º | 0.48% | 0.85% | - |
| XYZ | 36.66 | 26.23 | 68.1 | - |
| YUV | 144.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 216 | 0.18 | 0.48 | 0 | 0.15 | 277.86 | 0.57 | 0.65 |
| Hex | B2 | 71 | D8 | 12 | 30 | 0 | F | 116 | 39 | 41 |
| Octal | 262 | 161 | 330 | 22 | 60 | 0 | 17 | 426 | 71 | 101 |
| Binary | 10110010 | 1110001 | 11011000 | 10010 | 110000 | 0 | 1111 | 100010110 | 111001 | 1000001 |
Color Harmonies of #B271D8
Complementary color
Monochromatic Colors of #B271D8
Black with #B271D8
Text Example
Text Example
White with #B271D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271D8; }
p { color: rgb(178,113,216); }
H1.HeaderClassName
{
color: #B271D8;
}
.AnyTagClassName
{
color: #B271D8;
}
</style>
background-color css
<style>
a { background-color: #B271D8; }
a { background-color: rgb(178,113,216); }
div.DivClassName
{
background-color: #B271D8;
}
.BgClassName
{
background-color: #B271D8;
}
</style>
border-color css
<style>
span { border-color: #B271D8; }
span { border-color: rgb(178,113,216); }
td.TdClassName
{
border-color: #B271D8;
}
.TagClassName
{
border-color: #B271D8;
}
</style>