Shades of Amethyst #B075DF
Tints of Amethyst #B075DF
RGB
CMYK
RGB Variations
Color information
#B075DF (or 0xB075DF) is known color: Amethyst. HEX triplet: B0, 75 and DF. RGB value is (176,117,223). Sum of RGB (Red+Green+Blue) = 176+117+223=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075DF is #4F8A20. Grayscale: #929292. Windows color (decimal): -5212705 or 14644656. OLE color: 14644656.
HSL color Cylindrical-coordinate representation of color #B075DF: hue angle of 273.4º 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 #B075DF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 117 | 223 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.13 |
| HSL | 273.4º | 0.62% | 0.67% | - |
| HSV(B) | 273.4º | 0.48% | 0.87% | - |
| XYZ | 37.59 | 27.28 | 73.1 | - |
| YUV | 146.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 223 | 0.21 | 0.48 | 0 | 0.13 | 273.4 | 0.62 | 0.67 |
| Hex | B0 | 75 | DF | 15 | 30 | 0 | D | 111 | 3E | 43 |
| Octal | 260 | 165 | 337 | 25 | 60 | 0 | 15 | 421 | 76 | 103 |
| Binary | 10110000 | 1110101 | 11011111 | 10101 | 110000 | 0 | 1101 | 100010001 | 111110 | 1000011 |
Color Harmonies of #B075DF
Complementary color
Monochromatic Colors of #B075DF
Black with #B075DF
Text Example
Text Example
White with #B075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075DF; }
p { color: rgb(176,117,223); }
H1.HeaderClassName
{
color: #B075DF;
}
.AnyTagClassName
{
color: #B075DF;
}
</style>
background-color css
<style>
a { background-color: #B075DF; }
a { background-color: rgb(176,117,223); }
div.DivClassName
{
background-color: #B075DF;
}
.BgClassName
{
background-color: #B075DF;
}
</style>
border-color css
<style>
span { border-color: #B075DF; }
span { border-color: rgb(176,117,223); }
td.TdClassName
{
border-color: #B075DF;
}
.TagClassName
{
border-color: #B075DF;
}
</style>