Shades of Amethyst #B073CF
Tints of Amethyst #B073CF
RGB
CMYK
RGB Variations
Color information
#B073CF (or 0xB073CF) is known color: Amethyst. HEX triplet: B0, 73 and CF. RGB value is (176,115,207). Sum of RGB (Red+Green+Blue) = 176+115+207=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B073CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073CF is #4F8C30. Grayscale: #8F8F8F. Windows color (decimal): -5213233 or 13595568. OLE color: 13595568.
HSL color Cylindrical-coordinate representation of color #B073CF: hue angle of 279.78º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B073CF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 115 | 207 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.19 |
| HSL | 279.78º | 0.49% | 0.63% | - |
| HSV(B) | 279.78º | 0.44% | 0.81% | - |
| XYZ | 35.3 | 26 | 62.19 | - |
| YUV | 143.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 207 | 0.15 | 0.44 | 0 | 0.19 | 279.78 | 0.49 | 0.63 |
| Hex | B0 | 73 | CF | F | 2C | 0 | 13 | 118 | 31 | 3F |
| Octal | 260 | 163 | 317 | 17 | 54 | 0 | 23 | 430 | 61 | 77 |
| Binary | 10110000 | 1110011 | 11001111 | 1111 | 101100 | 0 | 10011 | 100011000 | 110001 | 111111 |
Color Harmonies of #B073CF
Complementary color
Monochromatic Colors of #B073CF
Black with #B073CF
Text Example
Text Example
White with #B073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073CF; }
p { color: rgb(176,115,207); }
H1.HeaderClassName
{
color: #B073CF;
}
.AnyTagClassName
{
color: #B073CF;
}
</style>
background-color css
<style>
a { background-color: #B073CF; }
a { background-color: rgb(176,115,207); }
div.DivClassName
{
background-color: #B073CF;
}
.BgClassName
{
background-color: #B073CF;
}
</style>
border-color css
<style>
span { border-color: #B073CF; }
span { border-color: rgb(176,115,207); }
td.TdClassName
{
border-color: #B073CF;
}
.TagClassName
{
border-color: #B073CF;
}
</style>