Shades of Amethyst #B075DA
Tints of Amethyst #B075DA
RGB
CMYK
RGB Variations
Color information
#B075DA (or 0xB075DA) is known color: Amethyst. HEX triplet: B0, 75 and DA. RGB value is (176,117,218). Sum of RGB (Red+Green+Blue) = 176+117+218=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075DA is #4F8A25. Grayscale: #919191. Windows color (decimal): -5212710 or 14316976. OLE color: 14316976.
HSL color Cylindrical-coordinate representation of color #B075DA: hue angle of 275.05º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B075DA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 117 | 218 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.15 |
| HSL | 275.05º | 0.58% | 0.66% | - |
| HSV(B) | 275.05º | 0.46% | 0.85% | - |
| XYZ | 36.92 | 27.01 | 69.6 | - |
| YUV | 146.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 218 | 0.19 | 0.46 | 0 | 0.15 | 275.05 | 0.58 | 0.66 |
| Hex | B0 | 75 | DA | 13 | 2E | 0 | F | 113 | 3A | 42 |
| Octal | 260 | 165 | 332 | 23 | 56 | 0 | 17 | 423 | 72 | 102 |
| Binary | 10110000 | 1110101 | 11011010 | 10011 | 101110 | 0 | 1111 | 100010011 | 111010 | 1000010 |
Color Harmonies of #B075DA
Complementary color
Monochromatic Colors of #B075DA
Black with #B075DA
Text Example
Text Example
White with #B075DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075DA; }
p { color: rgb(176,117,218); }
H1.HeaderClassName
{
color: #B075DA;
}
.AnyTagClassName
{
color: #B075DA;
}
</style>
background-color css
<style>
a { background-color: #B075DA; }
a { background-color: rgb(176,117,218); }
div.DivClassName
{
background-color: #B075DA;
}
.BgClassName
{
background-color: #B075DA;
}
</style>
border-color css
<style>
span { border-color: #B075DA; }
span { border-color: rgb(176,117,218); }
td.TdClassName
{
border-color: #B075DA;
}
.TagClassName
{
border-color: #B075DA;
}
</style>