Shades of Medium Violet Red #B30082
Tints of Medium Violet Red #B30082
RGB
CMYK
RGB Variations
Color information
#B30082 (or 0xB30082) is known color: Medium Violet Red. HEX triplet: B3, 00 and 82. RGB value is (179,0,130). Sum of RGB (Red+Green+Blue) = 179+0+130=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B30082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30082 is #4CFF7D. Grayscale: #444444. Windows color (decimal): -5046142 or 8519859. OLE color: 8519859.
HSL color Cylindrical-coordinate representation of color #B30082: hue angle of 316.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30082 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.27 | 0.30 |
| HSL | 316.42º | 1% | 0.35% | - |
| HSV(B) | 316.42º | 1% | 0.7% | - |
| XYZ | 22.62 | 11.2 | 22.09 | - |
| YUV | 68.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 130 | 0 | 1 | 0.27 | 0.30 | 316.42 | 1 | 0.35 |
| Hex | B3 | 0 | 82 | 0 | 64 | 1B | 1E | 13C | 64 | 23 |
| Octal | 263 | 0 | 202 | 0 | 144 | 33 | 36 | 474 | 144 | 43 |
| Binary | 10110011 | 0 | 10000010 | 0 | 1100100 | 11011 | 11110 | 100111100 | 1100100 | 100011 |
Color Harmonies of #B30082
Complementary color
Monochromatic Colors of #B30082
Black with #B30082
Text Example
Text Example
White with #B30082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30082; }
p { color: rgb(179,0,130); }
H1.HeaderClassName
{
color: #B30082;
}
.AnyTagClassName
{
color: #B30082;
}
</style>
background-color css
<style>
a { background-color: #B30082; }
a { background-color: rgb(179,0,130); }
div.DivClassName
{
background-color: #B30082;
}
.BgClassName
{
background-color: #B30082;
}
</style>
border-color css
<style>
span { border-color: #B30082; }
span { border-color: rgb(179,0,130); }
td.TdClassName
{
border-color: #B30082;
}
.TagClassName
{
border-color: #B30082;
}
</style>