Shades of Amethyst #B577DF
Tints of Amethyst #B577DF
RGB
CMYK
RGB Variations
Color information
#B577DF (or 0xB577DF) is known color: Amethyst. HEX triplet: B5, 77 and DF. RGB value is (181,119,223). Sum of RGB (Red+Green+Blue) = 181+119+223=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B577DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577DF is #4A8820. Grayscale: #959595. Windows color (decimal): -4884513 or 14645173. OLE color: 14645173.
HSL color Cylindrical-coordinate representation of color #B577DF: hue angle of 275.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B577DF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 119 | 223 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 275.77º | 0.62% | 0.67% | - |
| HSV(B) | 275.77º | 0.47% | 0.87% | - |
| XYZ | 38.97 | 28.35 | 73.23 | - |
| YUV | 149.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 223 | 0.19 | 0.47 | 0 | 0.13 | 275.77 | 0.62 | 0.67 |
| Hex | B5 | 77 | DF | 13 | 2F | 0 | D | 114 | 3E | 43 |
| Octal | 265 | 167 | 337 | 23 | 57 | 0 | 15 | 424 | 76 | 103 |
| Binary | 10110101 | 1110111 | 11011111 | 10011 | 101111 | 0 | 1101 | 100010100 | 111110 | 1000011 |
Color Harmonies of #B577DF
Complementary color
Monochromatic Colors of #B577DF
Black with #B577DF
Text Example
Text Example
White with #B577DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577DF; }
p { color: rgb(181,119,223); }
H1.HeaderClassName
{
color: #B577DF;
}
.AnyTagClassName
{
color: #B577DF;
}
</style>
background-color css
<style>
a { background-color: #B577DF; }
a { background-color: rgb(181,119,223); }
div.DivClassName
{
background-color: #B577DF;
}
.BgClassName
{
background-color: #B577DF;
}
</style>
border-color css
<style>
span { border-color: #B577DF; }
span { border-color: rgb(181,119,223); }
td.TdClassName
{
border-color: #B577DF;
}
.TagClassName
{
border-color: #B577DF;
}
</style>