Shades of Medium Red Violet #B0208A
Tints of Medium Red Violet #B0208A
RGB
CMYK
RGB Variations
Color information
#B0208A (or 0xB0208A) is known color: Medium Red Violet. HEX triplet: B0, 20 and 8A. RGB value is (176,32,138). Sum of RGB (Red+Green+Blue) = 176+32+138=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0208A is #4FDF75. Grayscale: #565656. Windows color (decimal): -5234550 or 9052336. OLE color: 9052336.
HSL color Cylindrical-coordinate representation of color #B0208A: hue angle of 315.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0208A is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 138 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.31 |
| HSL | 315.83º | 0.69% | 0.41% | - |
| HSV(B) | 315.83º | 0.82% | 0.69% | - |
| XYZ | 23.01 | 12.1 | 25.17 | - |
| YUV | 87.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 138 | 0 | 0.82 | 0.22 | 0.31 | 315.83 | 0.69 | 0.41 |
| Hex | B0 | 20 | 8A | 0 | 52 | 16 | 1F | 13C | 45 | 29 |
| Octal | 260 | 40 | 212 | 0 | 122 | 26 | 37 | 474 | 105 | 51 |
| Binary | 10110000 | 100000 | 10001010 | 0 | 1010010 | 10110 | 11111 | 100111100 | 1000101 | 101001 |
Color Harmonies of #B0208A
Complementary color
Monochromatic Colors of #B0208A
Black with #B0208A
Text Example
Text Example
White with #B0208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0208A; }
p { color: rgb(176,32,138); }
H1.HeaderClassName
{
color: #B0208A;
}
.AnyTagClassName
{
color: #B0208A;
}
</style>
background-color css
<style>
a { background-color: #B0208A; }
a { background-color: rgb(176,32,138); }
div.DivClassName
{
background-color: #B0208A;
}
.BgClassName
{
background-color: #B0208A;
}
</style>
border-color css
<style>
span { border-color: #B0208A; }
span { border-color: rgb(176,32,138); }
td.TdClassName
{
border-color: #B0208A;
}
.TagClassName
{
border-color: #B0208A;
}
</style>