Shades of Amethyst #B273DC
Tints of Amethyst #B273DC
RGB
CMYK
RGB Variations
Color information
#B273DC (or 0xB273DC) is known color: Amethyst. HEX triplet: B2, 73 and DC. RGB value is (178,115,220). Sum of RGB (Red+Green+Blue) = 178+115+220=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B273DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273DC is #4D8C23. Grayscale: #919191. Windows color (decimal): -5082148 or 14447538. OLE color: 14447538.
HSL color Cylindrical-coordinate representation of color #B273DC: hue angle of 276º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B273DC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 115 | 220 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.14 |
| HSL | 276º | 0.6% | 0.66% | - |
| HSV(B) | 276º | 0.48% | 0.86% | - |
| XYZ | 37.41 | 26.89 | 70.93 | - |
| YUV | 145.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 220 | 0.19 | 0.48 | 0 | 0.14 | 276 | 0.6 | 0.66 |
| Hex | B2 | 73 | DC | 13 | 30 | 0 | E | 114 | 3C | 42 |
| Octal | 262 | 163 | 334 | 23 | 60 | 0 | 16 | 424 | 74 | 102 |
| Binary | 10110010 | 1110011 | 11011100 | 10011 | 110000 | 0 | 1110 | 100010100 | 111100 | 1000010 |
Color Harmonies of #B273DC
Complementary color
Monochromatic Colors of #B273DC
Black with #B273DC
Text Example
Text Example
White with #B273DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273DC; }
p { color: rgb(178,115,220); }
H1.HeaderClassName
{
color: #B273DC;
}
.AnyTagClassName
{
color: #B273DC;
}
</style>
background-color css
<style>
a { background-color: #B273DC; }
a { background-color: rgb(178,115,220); }
div.DivClassName
{
background-color: #B273DC;
}
.BgClassName
{
background-color: #B273DC;
}
</style>
border-color css
<style>
span { border-color: #B273DC; }
span { border-color: rgb(178,115,220); }
td.TdClassName
{
border-color: #B273DC;
}
.TagClassName
{
border-color: #B273DC;
}
</style>