Shades of Amethyst #B074DF
Tints of Amethyst #B074DF
RGB
CMYK
RGB Variations
Color information
#B074DF (or 0xB074DF) is known color: Amethyst. HEX triplet: B0, 74 and DF. RGB value is (176,116,223). Sum of RGB (Red+Green+Blue) = 176+116+223=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B074DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074DF is #4F8B20. Grayscale: #919191. Windows color (decimal): -5212961 or 14644400. OLE color: 14644400.
HSL color Cylindrical-coordinate representation of color #B074DF: hue angle of 273.64º 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 #B074DF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 116 | 223 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.13 |
| HSL | 273.64º | 0.63% | 0.66% | - |
| HSV(B) | 273.64º | 0.48% | 0.87% | - |
| XYZ | 37.47 | 27.05 | 73.06 | - |
| YUV | 146.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 223 | 0.21 | 0.48 | 0 | 0.13 | 273.64 | 0.63 | 0.66 |
| Hex | B0 | 74 | DF | 15 | 30 | 0 | D | 112 | 3F | 42 |
| Octal | 260 | 164 | 337 | 25 | 60 | 0 | 15 | 422 | 77 | 102 |
| Binary | 10110000 | 1110100 | 11011111 | 10101 | 110000 | 0 | 1101 | 100010010 | 111111 | 1000010 |
Color Harmonies of #B074DF
Complementary color
Monochromatic Colors of #B074DF
Black with #B074DF
Text Example
Text Example
White with #B074DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074DF; }
p { color: rgb(176,116,223); }
H1.HeaderClassName
{
color: #B074DF;
}
.AnyTagClassName
{
color: #B074DF;
}
</style>
background-color css
<style>
a { background-color: #B074DF; }
a { background-color: rgb(176,116,223); }
div.DivClassName
{
background-color: #B074DF;
}
.BgClassName
{
background-color: #B074DF;
}
</style>
border-color css
<style>
span { border-color: #B074DF; }
span { border-color: rgb(176,116,223); }
td.TdClassName
{
border-color: #B074DF;
}
.TagClassName
{
border-color: #B074DF;
}
</style>