Shades of Amethyst #B273D5
Tints of Amethyst #B273D5
RGB
CMYK
RGB Variations
Color information
#B273D5 (or 0xB273D5) is known color: Amethyst. HEX triplet: B2, 73 and D5. RGB value is (178,115,213). Sum of RGB (Red+Green+Blue) = 178+115+213=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #B273D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273D5 is #4D8C2A. Grayscale: #909090. Windows color (decimal): -5082155 or 13988786. OLE color: 13988786.
HSL color Cylindrical-coordinate representation of color #B273D5: hue angle of 278.57º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B273D5 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 115 | 213 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.16 |
| HSL | 278.57º | 0.54% | 0.64% | - |
| HSV(B) | 278.57º | 0.46% | 0.84% | - |
| XYZ | 36.5 | 26.53 | 66.15 | - |
| YUV | 145.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 213 | 0.16 | 0.46 | 0 | 0.16 | 278.57 | 0.54 | 0.64 |
| Hex | B2 | 73 | D5 | 10 | 2E | 0 | 10 | 117 | 36 | 40 |
| Octal | 262 | 163 | 325 | 20 | 56 | 0 | 20 | 427 | 66 | 100 |
| Binary | 10110010 | 1110011 | 11010101 | 10000 | 101110 | 0 | 10000 | 100010111 | 110110 | 1000000 |
Color Harmonies of #B273D5
Complementary color
Monochromatic Colors of #B273D5
Black with #B273D5
Text Example
Text Example
White with #B273D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273D5; }
p { color: rgb(178,115,213); }
H1.HeaderClassName
{
color: #B273D5;
}
.AnyTagClassName
{
color: #B273D5;
}
</style>
background-color css
<style>
a { background-color: #B273D5; }
a { background-color: rgb(178,115,213); }
div.DivClassName
{
background-color: #B273D5;
}
.BgClassName
{
background-color: #B273D5;
}
</style>
border-color css
<style>
span { border-color: #B273D5; }
span { border-color: rgb(178,115,213); }
td.TdClassName
{
border-color: #B273D5;
}
.TagClassName
{
border-color: #B273D5;
}
</style>