Shades of Amethyst #B274D0
Tints of Amethyst #B274D0
RGB
CMYK
RGB Variations
Color information
#B274D0 (or 0xB274D0) is known color: Amethyst. HEX triplet: B2, 74 and D0. RGB value is (178,116,208). Sum of RGB (Red+Green+Blue) = 178+116+208=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #B274D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274D0 is #4D8B2F. Grayscale: #909090. Windows color (decimal): -5081904 or 13661362. OLE color: 13661362.
HSL color Cylindrical-coordinate representation of color #B274D0: hue angle of 280.43º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B274D0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 116 | 208 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.18 |
| HSL | 280.43º | 0.49% | 0.64% | - |
| HSV(B) | 280.43º | 0.44% | 0.82% | - |
| XYZ | 35.99 | 26.51 | 62.89 | - |
| YUV | 145.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 208 | 0.14 | 0.44 | 0 | 0.18 | 280.43 | 0.49 | 0.64 |
| Hex | B2 | 74 | D0 | E | 2C | 0 | 12 | 118 | 31 | 40 |
| Octal | 262 | 164 | 320 | 16 | 54 | 0 | 22 | 430 | 61 | 100 |
| Binary | 10110010 | 1110100 | 11010000 | 1110 | 101100 | 0 | 10010 | 100011000 | 110001 | 1000000 |
Color Harmonies of #B274D0
Complementary color
Monochromatic Colors of #B274D0
Black with #B274D0
Text Example
Text Example
White with #B274D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274D0; }
p { color: rgb(178,116,208); }
H1.HeaderClassName
{
color: #B274D0;
}
.AnyTagClassName
{
color: #B274D0;
}
</style>
background-color css
<style>
a { background-color: #B274D0; }
a { background-color: rgb(178,116,208); }
div.DivClassName
{
background-color: #B274D0;
}
.BgClassName
{
background-color: #B274D0;
}
</style>
border-color css
<style>
span { border-color: #B274D0; }
span { border-color: rgb(178,116,208); }
td.TdClassName
{
border-color: #B274D0;
}
.TagClassName
{
border-color: #B274D0;
}
</style>