Shades of Amethyst #B072DF
Tints of Amethyst #B072DF
RGB
CMYK
RGB Variations
Color information
#B072DF (or 0xB072DF) is known color: Amethyst. HEX triplet: B0, 72 and DF. RGB value is (176,114,223). Sum of RGB (Red+Green+Blue) = 176+114+223=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B072DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072DF is #4F8D20. Grayscale: #909090. Windows color (decimal): -5213473 or 14643888. OLE color: 14643888.
HSL color Cylindrical-coordinate representation of color #B072DF: hue angle of 274.13º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B072DF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 114 | 223 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.13 |
| HSL | 274.13º | 0.63% | 0.66% | - |
| HSV(B) | 274.13º | 0.49% | 0.87% | - |
| XYZ | 37.24 | 26.59 | 72.98 | - |
| YUV | 144.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 223 | 0.21 | 0.49 | 0 | 0.13 | 274.13 | 0.63 | 0.66 |
| Hex | B0 | 72 | DF | 15 | 31 | 0 | D | 112 | 3F | 42 |
| Octal | 260 | 162 | 337 | 25 | 61 | 0 | 15 | 422 | 77 | 102 |
| Binary | 10110000 | 1110010 | 11011111 | 10101 | 110001 | 0 | 1101 | 100010010 | 111111 | 1000010 |
Color Harmonies of #B072DF
Complementary color
Monochromatic Colors of #B072DF
Black with #B072DF
Text Example
Text Example
White with #B072DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072DF; }
p { color: rgb(176,114,223); }
H1.HeaderClassName
{
color: #B072DF;
}
.AnyTagClassName
{
color: #B072DF;
}
</style>
background-color css
<style>
a { background-color: #B072DF; }
a { background-color: rgb(176,114,223); }
div.DivClassName
{
background-color: #B072DF;
}
.BgClassName
{
background-color: #B072DF;
}
</style>
border-color css
<style>
span { border-color: #B072DF; }
span { border-color: rgb(176,114,223); }
td.TdClassName
{
border-color: #B072DF;
}
.TagClassName
{
border-color: #B072DF;
}
</style>