Shades of Medium Violet Red #B30186
Tints of Medium Violet Red #B30186
RGB
CMYK
RGB Variations
Color information
#B30186 (or 0xB30186) is known color: Medium Violet Red. HEX triplet: B3, 01 and 86. RGB value is (179,1,134). Sum of RGB (Red+Green+Blue) = 179+1+134=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B30186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30186 is #4CFE79. Grayscale: #454545. Windows color (decimal): -5045882 or 8782259. OLE color: 8782259.
HSL color Cylindrical-coordinate representation of color #B30186: hue angle of 315.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30186 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.30 |
| HSL | 315.17º | 0.99% | 0.35% | - |
| HSV(B) | 315.17º | 0.99% | 0.7% | - |
| XYZ | 22.9 | 11.33 | 23.53 | - |
| YUV | 69.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 134 | 0 | 0.99 | 0.25 | 0.30 | 315.17 | 0.99 | 0.35 |
| Hex | B3 | 1 | 86 | 0 | 63 | 19 | 1E | 13B | 63 | 23 |
| Octal | 263 | 1 | 206 | 0 | 143 | 31 | 36 | 473 | 143 | 43 |
| Binary | 10110011 | 1 | 10000110 | 0 | 1100011 | 11001 | 11110 | 100111011 | 1100011 | 100011 |
Color Harmonies of #B30186
Complementary color
Monochromatic Colors of #B30186
Black with #B30186
Text Example
Text Example
White with #B30186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30186; }
p { color: rgb(179,1,134); }
H1.HeaderClassName
{
color: #B30186;
}
.AnyTagClassName
{
color: #B30186;
}
</style>
background-color css
<style>
a { background-color: #B30186; }
a { background-color: rgb(179,1,134); }
div.DivClassName
{
background-color: #B30186;
}
.BgClassName
{
background-color: #B30186;
}
</style>
border-color css
<style>
span { border-color: #B30186; }
span { border-color: rgb(179,1,134); }
td.TdClassName
{
border-color: #B30186;
}
.TagClassName
{
border-color: #B30186;
}
</style>