Shades of Amethyst #B475DF
Tints of Amethyst #B475DF
RGB
CMYK
RGB Variations
Color information
#B475DF (or 0xB475DF) is known color: Amethyst. HEX triplet: B4, 75 and DF. RGB value is (180,117,223). Sum of RGB (Red+Green+Blue) = 180+117+223=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B475DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475DF is #4B8A20. Grayscale: #939393. Windows color (decimal): -4950561 or 14644660. OLE color: 14644660.
HSL color Cylindrical-coordinate representation of color #B475DF: hue angle of 275.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B475DF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 117 | 223 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.13 |
| HSL | 275.66º | 0.62% | 0.67% | - |
| HSV(B) | 275.66º | 0.48% | 0.87% | - |
| XYZ | 38.5 | 27.75 | 73.14 | - |
| YUV | 147.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 223 | 0.19 | 0.48 | 0 | 0.13 | 275.66 | 0.62 | 0.67 |
| Hex | B4 | 75 | DF | 13 | 30 | 0 | D | 114 | 3E | 43 |
| Octal | 264 | 165 | 337 | 23 | 60 | 0 | 15 | 424 | 76 | 103 |
| Binary | 10110100 | 1110101 | 11011111 | 10011 | 110000 | 0 | 1101 | 100010100 | 111110 | 1000011 |
Color Harmonies of #B475DF
Complementary color
Monochromatic Colors of #B475DF
Black with #B475DF
Text Example
Text Example
White with #B475DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475DF; }
p { color: rgb(180,117,223); }
H1.HeaderClassName
{
color: #B475DF;
}
.AnyTagClassName
{
color: #B475DF;
}
</style>
background-color css
<style>
a { background-color: #B475DF; }
a { background-color: rgb(180,117,223); }
div.DivClassName
{
background-color: #B475DF;
}
.BgClassName
{
background-color: #B475DF;
}
</style>
border-color css
<style>
span { border-color: #B475DF; }
span { border-color: rgb(180,117,223); }
td.TdClassName
{
border-color: #B475DF;
}
.TagClassName
{
border-color: #B475DF;
}
</style>