Shades of Amethyst #B172CC
Tints of Amethyst #B172CC
RGB
CMYK
RGB Variations
Color information
#B172CC (or 0xB172CC) is known color: Amethyst. HEX triplet: B1, 72 and CC. RGB value is (177,114,204). Sum of RGB (Red+Green+Blue) = 177+114+204=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B172CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172CC is #4E8D33. Grayscale: #8E8E8E. Windows color (decimal): -5147956 or 13398705. OLE color: 13398705.
HSL color Cylindrical-coordinate representation of color #B172CC: hue angle of 282º 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 #B172CC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 114 | 204 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.2 |
| HSL | 282º | 0.47% | 0.62% | - |
| HSV(B) | 282º | 0.44% | 0.8% | - |
| XYZ | 35.05 | 25.74 | 60.25 | - |
| YUV | 143.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 204 | 0.13 | 0.44 | 0 | 0.2 | 282 | 0.47 | 0.62 |
| Hex | B1 | 72 | CC | D | 2C | 0 | 14 | 11A | 2F | 3E |
| Octal | 261 | 162 | 314 | 15 | 54 | 0 | 24 | 432 | 57 | 76 |
| Binary | 10110001 | 1110010 | 11001100 | 1101 | 101100 | 0 | 10100 | 100011010 | 101111 | 111110 |
Color Harmonies of #B172CC
Complementary color
Monochromatic Colors of #B172CC
Black with #B172CC
Text Example
Text Example
White with #B172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172CC; }
p { color: rgb(177,114,204); }
H1.HeaderClassName
{
color: #B172CC;
}
.AnyTagClassName
{
color: #B172CC;
}
</style>
background-color css
<style>
a { background-color: #B172CC; }
a { background-color: rgb(177,114,204); }
div.DivClassName
{
background-color: #B172CC;
}
.BgClassName
{
background-color: #B172CC;
}
</style>
border-color css
<style>
span { border-color: #B172CC; }
span { border-color: rgb(177,114,204); }
td.TdClassName
{
border-color: #B172CC;
}
.TagClassName
{
border-color: #B172CC;
}
</style>