Shades of Medium Violet Red #B00082
Tints of Medium Violet Red #B00082
RGB
CMYK
RGB Variations
Color information
#B00082 (or 0xB00082) is known color: Medium Violet Red. HEX triplet: B0, 00 and 82. RGB value is (176,0,130). Sum of RGB (Red+Green+Blue) = 176+0+130=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B00082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00082 is #4FFF7D. Grayscale: #434343. Windows color (decimal): -5242750 or 8519856. OLE color: 8519856.
HSL color Cylindrical-coordinate representation of color #B00082: hue angle of 315.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00082 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.26 | 0.31 |
| HSL | 315.68º | 1% | 0.35% | - |
| HSV(B) | 315.68º | 1% | 0.69% | - |
| XYZ | 21.93 | 10.84 | 22.06 | - |
| YUV | 67.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 130 | 0 | 1 | 0.26 | 0.31 | 315.68 | 1 | 0.35 |
| Hex | B0 | 0 | 82 | 0 | 64 | 1A | 1F | 13C | 64 | 23 |
| Octal | 260 | 0 | 202 | 0 | 144 | 32 | 37 | 474 | 144 | 43 |
| Binary | 10110000 | 0 | 10000010 | 0 | 1100100 | 11010 | 11111 | 100111100 | 1100100 | 100011 |
Color Harmonies of #B00082
Complementary color
Monochromatic Colors of #B00082
Black with #B00082
Text Example
Text Example
White with #B00082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00082; }
p { color: rgb(176,0,130); }
H1.HeaderClassName
{
color: #B00082;
}
.AnyTagClassName
{
color: #B00082;
}
</style>
background-color css
<style>
a { background-color: #B00082; }
a { background-color: rgb(176,0,130); }
div.DivClassName
{
background-color: #B00082;
}
.BgClassName
{
background-color: #B00082;
}
</style>
border-color css
<style>
span { border-color: #B00082; }
span { border-color: rgb(176,0,130); }
td.TdClassName
{
border-color: #B00082;
}
.TagClassName
{
border-color: #B00082;
}
</style>