Shades of Amethyst #B170E6
Tints of Amethyst #B170E6
RGB
CMYK
RGB Variations
Color information
#B170E6 (or 0xB170E6) is known color: Amethyst. HEX triplet: B1, 70 and E6. RGB value is (177,112,230). Sum of RGB (Red+Green+Blue) = 177+112+230=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #B170E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170E6 is #4E8F19. Grayscale: #909090. Windows color (decimal): -5148442 or 15102129. OLE color: 15102129.
HSL color Cylindrical-coordinate representation of color #B170E6: hue angle of 273.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B170E6 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 112 | 230 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.10 |
| HSL | 273.05º | 0.7% | 0.67% | - |
| HSV(B) | 273.05º | 0.51% | 0.9% | - |
| XYZ | 38.21 | 26.65 | 77.99 | - |
| YUV | 144.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 230 | 0.23 | 0.51 | 0 | 0.10 | 273.05 | 0.7 | 0.67 |
| Hex | B1 | 70 | E6 | 17 | 33 | 0 | A | 111 | 46 | 43 |
| Octal | 261 | 160 | 346 | 27 | 63 | 0 | 12 | 421 | 106 | 103 |
| Binary | 10110001 | 1110000 | 11100110 | 10111 | 110011 | 0 | 1010 | 100010001 | 1000110 | 1000011 |
Color Harmonies of #B170E6
Complementary color
Monochromatic Colors of #B170E6
Black with #B170E6
Text Example
Text Example
White with #B170E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170E6; }
p { color: rgb(177,112,230); }
H1.HeaderClassName
{
color: #B170E6;
}
.AnyTagClassName
{
color: #B170E6;
}
</style>
background-color css
<style>
a { background-color: #B170E6; }
a { background-color: rgb(177,112,230); }
div.DivClassName
{
background-color: #B170E6;
}
.BgClassName
{
background-color: #B170E6;
}
</style>
border-color css
<style>
span { border-color: #B170E6; }
span { border-color: rgb(177,112,230); }
td.TdClassName
{
border-color: #B170E6;
}
.TagClassName
{
border-color: #B170E6;
}
</style>