Shades of Medium Violet Red #B00482
Tints of Medium Violet Red #B00482
RGB
CMYK
RGB Variations
Color information
#B00482 (or 0xB00482) is known color: Medium Violet Red. HEX triplet: B0, 04 and 82. RGB value is (176,4,130). Sum of RGB (Red+Green+Blue) = 176+4+130=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B00482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00482 is #4FFB7D. Grayscale: #454545. Windows color (decimal): -5241726 or 8520880. OLE color: 8520880.
HSL color Cylindrical-coordinate representation of color #B00482: hue angle of 316.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00482 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.31 |
| HSL | 316.05º | 0.96% | 0.35% | - |
| HSV(B) | 316.05º | 0.98% | 0.69% | - |
| XYZ | 21.98 | 10.93 | 22.07 | - |
| YUV | 69.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 130 | 0 | 0.98 | 0.26 | 0.31 | 316.05 | 0.96 | 0.35 |
| Hex | B0 | 4 | 82 | 0 | 62 | 1A | 1F | 13C | 60 | 23 |
| Octal | 260 | 4 | 202 | 0 | 142 | 32 | 37 | 474 | 140 | 43 |
| Binary | 10110000 | 100 | 10000010 | 0 | 1100010 | 11010 | 11111 | 100111100 | 1100000 | 100011 |
Color Harmonies of #B00482
Complementary color
Monochromatic Colors of #B00482
Black with #B00482
Text Example
Text Example
White with #B00482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00482; }
p { color: rgb(176,4,130); }
H1.HeaderClassName
{
color: #B00482;
}
.AnyTagClassName
{
color: #B00482;
}
</style>
background-color css
<style>
a { background-color: #B00482; }
a { background-color: rgb(176,4,130); }
div.DivClassName
{
background-color: #B00482;
}
.BgClassName
{
background-color: #B00482;
}
</style>
border-color css
<style>
span { border-color: #B00482; }
span { border-color: rgb(176,4,130); }
td.TdClassName
{
border-color: #B00482;
}
.TagClassName
{
border-color: #B00482;
}
</style>