Shades of Amethyst #B274DF
Tints of Amethyst #B274DF
RGB
CMYK
RGB Variations
Color information
#B274DF (or 0xB274DF) is known color: Amethyst. HEX triplet: B2, 74 and DF. RGB value is (178,116,223). Sum of RGB (Red+Green+Blue) = 178+116+223=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B274DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274DF is #4D8B20. Grayscale: #929292. Windows color (decimal): -5081889 or 14644402. OLE color: 14644402.
HSL color Cylindrical-coordinate representation of color #B274DF: hue angle of 274.77º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B274DF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 116 | 223 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.13 |
| HSL | 274.77º | 0.63% | 0.66% | - |
| HSV(B) | 274.77º | 0.48% | 0.87% | - |
| XYZ | 37.92 | 27.28 | 73.08 | - |
| YUV | 146.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 223 | 0.20 | 0.48 | 0 | 0.13 | 274.77 | 0.63 | 0.66 |
| Hex | B2 | 74 | DF | 14 | 30 | 0 | D | 113 | 3F | 42 |
| Octal | 262 | 164 | 337 | 24 | 60 | 0 | 15 | 423 | 77 | 102 |
| Binary | 10110010 | 1110100 | 11011111 | 10100 | 110000 | 0 | 1101 | 100010011 | 111111 | 1000010 |
Color Harmonies of #B274DF
Complementary color
Monochromatic Colors of #B274DF
Black with #B274DF
Text Example
Text Example
White with #B274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274DF; }
p { color: rgb(178,116,223); }
H1.HeaderClassName
{
color: #B274DF;
}
.AnyTagClassName
{
color: #B274DF;
}
</style>
background-color css
<style>
a { background-color: #B274DF; }
a { background-color: rgb(178,116,223); }
div.DivClassName
{
background-color: #B274DF;
}
.BgClassName
{
background-color: #B274DF;
}
</style>
border-color css
<style>
span { border-color: #B274DF; }
span { border-color: rgb(178,116,223); }
td.TdClassName
{
border-color: #B274DF;
}
.TagClassName
{
border-color: #B274DF;
}
</style>