Shades of Amethyst #B072CE
Tints of Amethyst #B072CE
RGB
CMYK
RGB Variations
Color information
#B072CE (or 0xB072CE) is known color: Amethyst. HEX triplet: B0, 72 and CE. RGB value is (176,114,206). Sum of RGB (Red+Green+Blue) = 176+114+206=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B072CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072CE is #4F8D31. Grayscale: #8E8E8E. Windows color (decimal): -5213490 or 13529776. OLE color: 13529776.
HSL color Cylindrical-coordinate representation of color #B072CE: hue angle of 280.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B072CE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 114 | 206 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.19 |
| HSL | 280.43º | 0.48% | 0.63% | - |
| HSV(B) | 280.43º | 0.45% | 0.81% | - |
| XYZ | 35.06 | 25.72 | 61.51 | - |
| YUV | 143.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 206 | 0.15 | 0.45 | 0 | 0.19 | 280.43 | 0.48 | 0.63 |
| Hex | B0 | 72 | CE | F | 2D | 0 | 13 | 118 | 30 | 3F |
| Octal | 260 | 162 | 316 | 17 | 55 | 0 | 23 | 430 | 60 | 77 |
| Binary | 10110000 | 1110010 | 11001110 | 1111 | 101101 | 0 | 10011 | 100011000 | 110000 | 111111 |
Color Harmonies of #B072CE
Complementary color
Monochromatic Colors of #B072CE
Black with #B072CE
Text Example
Text Example
White with #B072CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072CE; }
p { color: rgb(176,114,206); }
H1.HeaderClassName
{
color: #B072CE;
}
.AnyTagClassName
{
color: #B072CE;
}
</style>
background-color css
<style>
a { background-color: #B072CE; }
a { background-color: rgb(176,114,206); }
div.DivClassName
{
background-color: #B072CE;
}
.BgClassName
{
background-color: #B072CE;
}
</style>
border-color css
<style>
span { border-color: #B072CE; }
span { border-color: rgb(176,114,206); }
td.TdClassName
{
border-color: #B072CE;
}
.TagClassName
{
border-color: #B072CE;
}
</style>