Shades of Medium Violet Red #B7208A
Tints of Medium Violet Red #B7208A
RGB
CMYK
RGB Variations
Color information
#B7208A (or 0xB7208A) is known color: Medium Violet Red. HEX triplet: B7, 20 and 8A. RGB value is (183,32,138). Sum of RGB (Red+Green+Blue) = 183+32+138=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7208A is #48DF75. Grayscale: #585858. Windows color (decimal): -4775798 or 9052343. OLE color: 9052343.
HSL color Cylindrical-coordinate representation of color #B7208A: hue angle of 317.88º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7208A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 138 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.28 |
| HSL | 317.88º | 0.7% | 0.42% | - |
| HSV(B) | 317.88º | 0.83% | 0.72% | - |
| XYZ | 24.63 | 12.94 | 25.24 | - |
| YUV | 89.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 138 | 0 | 0.83 | 0.25 | 0.28 | 317.88 | 0.7 | 0.42 |
| Hex | B7 | 20 | 8A | 0 | 53 | 19 | 1C | 13E | 46 | 2A |
| Octal | 267 | 40 | 212 | 0 | 123 | 31 | 34 | 476 | 106 | 52 |
| Binary | 10110111 | 100000 | 10001010 | 0 | 1010011 | 11001 | 11100 | 100111110 | 1000110 | 101010 |
Color Harmonies of #B7208A
Complementary color
Monochromatic Colors of #B7208A
Black with #B7208A
Text Example
Text Example
White with #B7208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7208A; }
p { color: rgb(183,32,138); }
H1.HeaderClassName
{
color: #B7208A;
}
.AnyTagClassName
{
color: #B7208A;
}
</style>
background-color css
<style>
a { background-color: #B7208A; }
a { background-color: rgb(183,32,138); }
div.DivClassName
{
background-color: #B7208A;
}
.BgClassName
{
background-color: #B7208A;
}
</style>
border-color css
<style>
span { border-color: #B7208A; }
span { border-color: rgb(183,32,138); }
td.TdClassName
{
border-color: #B7208A;
}
.TagClassName
{
border-color: #B7208A;
}
</style>