Shades of Medium Violet Red #B30686
Tints of Medium Violet Red #B30686
RGB
CMYK
RGB Variations
Color information
#B30686 (or 0xB30686) is known color: Medium Violet Red. HEX triplet: B3, 06 and 86. RGB value is (179,6,134). Sum of RGB (Red+Green+Blue) = 179+6+134=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B30686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30686 is #4CF979. Grayscale: #474747. Windows color (decimal): -5044602 or 8783539. OLE color: 8783539.
HSL color Cylindrical-coordinate representation of color #B30686: hue angle of 315.61º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30686 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.30 |
| HSL | 315.61º | 0.94% | 0.36% | - |
| HSV(B) | 315.61º | 0.97% | 0.7% | - |
| XYZ | 22.96 | 11.44 | 23.55 | - |
| YUV | 72.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 134 | 0 | 0.97 | 0.25 | 0.30 | 315.61 | 0.94 | 0.36 |
| Hex | B3 | 6 | 86 | 0 | 61 | 19 | 1E | 13C | 5E | 24 |
| Octal | 263 | 6 | 206 | 0 | 141 | 31 | 36 | 474 | 136 | 44 |
| Binary | 10110011 | 110 | 10000110 | 0 | 1100001 | 11001 | 11110 | 100111100 | 1011110 | 100100 |
Color Harmonies of #B30686
Complementary color
Monochromatic Colors of #B30686
Black with #B30686
Text Example
Text Example
White with #B30686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30686; }
p { color: rgb(179,6,134); }
H1.HeaderClassName
{
color: #B30686;
}
.AnyTagClassName
{
color: #B30686;
}
</style>
background-color css
<style>
a { background-color: #B30686; }
a { background-color: rgb(179,6,134); }
div.DivClassName
{
background-color: #B30686;
}
.BgClassName
{
background-color: #B30686;
}
</style>
border-color css
<style>
span { border-color: #B30686; }
span { border-color: rgb(179,6,134); }
td.TdClassName
{
border-color: #B30686;
}
.TagClassName
{
border-color: #B30686;
}
</style>