Shades of Amethyst #B072CC
Tints of Amethyst #B072CC
RGB
CMYK
RGB Variations
Color information
#B072CC (or 0xB072CC) is known color: Amethyst. HEX triplet: B0, 72 and CC. RGB value is (176,114,204). Sum of RGB (Red+Green+Blue) = 176+114+204=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B072CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072CC is #4F8D33. Grayscale: #8E8E8E. Windows color (decimal): -5213492 or 13398704. OLE color: 13398704.
HSL color Cylindrical-coordinate representation of color #B072CC: hue angle of 281.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B072CC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 114 | 204 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.2 |
| HSL | 281.33º | 0.47% | 0.62% | - |
| HSV(B) | 281.33º | 0.44% | 0.8% | - |
| XYZ | 34.82 | 25.62 | 60.24 | - |
| YUV | 142.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 204 | 0.14 | 0.44 | 0 | 0.2 | 281.33 | 0.47 | 0.62 |
| Hex | B0 | 72 | CC | E | 2C | 0 | 14 | 119 | 2F | 3E |
| Octal | 260 | 162 | 314 | 16 | 54 | 0 | 24 | 431 | 57 | 76 |
| Binary | 10110000 | 1110010 | 11001100 | 1110 | 101100 | 0 | 10100 | 100011001 | 101111 | 111110 |
Color Harmonies of #B072CC
Complementary color
Monochromatic Colors of #B072CC
Black with #B072CC
Text Example
Text Example
White with #B072CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072CC; }
p { color: rgb(176,114,204); }
H1.HeaderClassName
{
color: #B072CC;
}
.AnyTagClassName
{
color: #B072CC;
}
</style>
background-color css
<style>
a { background-color: #B072CC; }
a { background-color: rgb(176,114,204); }
div.DivClassName
{
background-color: #B072CC;
}
.BgClassName
{
background-color: #B072CC;
}
</style>
border-color css
<style>
span { border-color: #B072CC; }
span { border-color: rgb(176,114,204); }
td.TdClassName
{
border-color: #B072CC;
}
.TagClassName
{
border-color: #B072CC;
}
</style>