Shades of Amethyst #B274DA
Tints of Amethyst #B274DA
RGB
CMYK
RGB Variations
Color information
#B274DA (or 0xB274DA) is known color: Amethyst. HEX triplet: B2, 74 and DA. RGB value is (178,116,218). Sum of RGB (Red+Green+Blue) = 178+116+218=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B274DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274DA is #4D8B25. Grayscale: #919191. Windows color (decimal): -5081894 or 14316722. OLE color: 14316722.
HSL color Cylindrical-coordinate representation of color #B274DA: hue angle of 276.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B274DA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 116 | 218 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.15 |
| HSL | 276.47º | 0.58% | 0.65% | - |
| HSV(B) | 276.47º | 0.47% | 0.85% | - |
| XYZ | 37.26 | 27.02 | 69.58 | - |
| YUV | 146.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 218 | 0.18 | 0.47 | 0 | 0.15 | 276.47 | 0.58 | 0.65 |
| Hex | B2 | 74 | DA | 12 | 2F | 0 | F | 114 | 3A | 41 |
| Octal | 262 | 164 | 332 | 22 | 57 | 0 | 17 | 424 | 72 | 101 |
| Binary | 10110010 | 1110100 | 11011010 | 10010 | 101111 | 0 | 1111 | 100010100 | 111010 | 1000001 |
Color Harmonies of #B274DA
Complementary color
Monochromatic Colors of #B274DA
Black with #B274DA
Text Example
Text Example
White with #B274DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274DA; }
p { color: rgb(178,116,218); }
H1.HeaderClassName
{
color: #B274DA;
}
.AnyTagClassName
{
color: #B274DA;
}
</style>
background-color css
<style>
a { background-color: #B274DA; }
a { background-color: rgb(178,116,218); }
div.DivClassName
{
background-color: #B274DA;
}
.BgClassName
{
background-color: #B274DA;
}
</style>
border-color css
<style>
span { border-color: #B274DA; }
span { border-color: rgb(178,116,218); }
td.TdClassName
{
border-color: #B274DA;
}
.TagClassName
{
border-color: #B274DA;
}
</style>