Shades of Medium Violet Red #B00486
Tints of Medium Violet Red #B00486
RGB
CMYK
RGB Variations
Color information
#B00486 (or 0xB00486) is known color: Medium Violet Red. HEX triplet: B0, 04 and 86. RGB value is (176,4,134). Sum of RGB (Red+Green+Blue) = 176+4+134=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00486 is #4FFB79. Grayscale: #454545. Windows color (decimal): -5241722 or 8783024. OLE color: 8783024.
HSL color Cylindrical-coordinate representation of color #B00486: hue angle of 314.65º 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 #B00486 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.31 |
| HSL | 314.65º | 0.96% | 0.35% | - |
| HSV(B) | 314.65º | 0.98% | 0.69% | - |
| XYZ | 22.25 | 11.04 | 23.51 | - |
| YUV | 70.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 134 | 0 | 0.98 | 0.24 | 0.31 | 314.65 | 0.96 | 0.35 |
| Hex | B0 | 4 | 86 | 0 | 62 | 18 | 1F | 13B | 60 | 23 |
| Octal | 260 | 4 | 206 | 0 | 142 | 30 | 37 | 473 | 140 | 43 |
| Binary | 10110000 | 100 | 10000110 | 0 | 1100010 | 11000 | 11111 | 100111011 | 1100000 | 100011 |
Color Harmonies of #B00486
Complementary color
Monochromatic Colors of #B00486
Black with #B00486
Text Example
Text Example
White with #B00486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00486; }
p { color: rgb(176,4,134); }
H1.HeaderClassName
{
color: #B00486;
}
.AnyTagClassName
{
color: #B00486;
}
</style>
background-color css
<style>
a { background-color: #B00486; }
a { background-color: rgb(176,4,134); }
div.DivClassName
{
background-color: #B00486;
}
.BgClassName
{
background-color: #B00486;
}
</style>
border-color css
<style>
span { border-color: #B00486; }
span { border-color: rgb(176,4,134); }
td.TdClassName
{
border-color: #B00486;
}
.TagClassName
{
border-color: #B00486;
}
</style>