Shades of Amethyst #B272D1
Tints of Amethyst #B272D1
RGB
CMYK
RGB Variations
Color information
#B272D1 (or 0xB272D1) is known color: Amethyst. HEX triplet: B2, 72 and D1. RGB value is (178,114,209). Sum of RGB (Red+Green+Blue) = 178+114+209=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B272D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272D1 is #4D8D2E. Grayscale: #8F8F8F. Windows color (decimal): -5082415 or 13726386. OLE color: 13726386.
HSL color Cylindrical-coordinate representation of color #B272D1: hue angle of 280.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B272D1 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 114 | 209 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.18 |
| HSL | 280.42º | 0.51% | 0.63% | - |
| HSV(B) | 280.42º | 0.45% | 0.82% | - |
| XYZ | 35.89 | 26.1 | 63.47 | - |
| YUV | 143.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 209 | 0.15 | 0.45 | 0 | 0.18 | 280.42 | 0.51 | 0.63 |
| Hex | B2 | 72 | D1 | F | 2D | 0 | 12 | 118 | 33 | 3F |
| Octal | 262 | 162 | 321 | 17 | 55 | 0 | 22 | 430 | 63 | 77 |
| Binary | 10110010 | 1110010 | 11010001 | 1111 | 101101 | 0 | 10010 | 100011000 | 110011 | 111111 |
Color Harmonies of #B272D1
Complementary color
Monochromatic Colors of #B272D1
Black with #B272D1
Text Example
Text Example
White with #B272D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B272D1; }
p { color: rgb(178,114,209); }
H1.HeaderClassName
{
color: #B272D1;
}
.AnyTagClassName
{
color: #B272D1;
}
</style>
background-color css
<style>
a { background-color: #B272D1; }
a { background-color: rgb(178,114,209); }
div.DivClassName
{
background-color: #B272D1;
}
.BgClassName
{
background-color: #B272D1;
}
</style>
border-color css
<style>
span { border-color: #B272D1; }
span { border-color: rgb(178,114,209); }
td.TdClassName
{
border-color: #B272D1;
}
.TagClassName
{
border-color: #B272D1;
}
</style>