Shades of Medium Violet Red #B30F86
Tints of Medium Violet Red #B30F86
RGB
CMYK
RGB Variations
Color information
#B30F86 (or 0xB30F86) is known color: Medium Violet Red. HEX triplet: B3, 0F and 86. RGB value is (179,15,134). Sum of RGB (Red+Green+Blue) = 179+15+134=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F86 is #4CF079. Grayscale: #4D4D4D. Windows color (decimal): -5042298 or 8785843. OLE color: 8785843.
HSL color Cylindrical-coordinate representation of color #B30F86: hue angle of 316.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F86 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 134 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.30 |
| HSL | 316.46º | 0.85% | 0.38% | - |
| HSV(B) | 316.46º | 0.92% | 0.7% | - |
| XYZ | 23.06 | 11.65 | 23.59 | - |
| YUV | 77.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 134 | 0 | 0.92 | 0.25 | 0.30 | 316.46 | 0.85 | 0.38 |
| Hex | B3 | F | 86 | 0 | 5C | 19 | 1E | 13C | 55 | 26 |
| Octal | 263 | 17 | 206 | 0 | 134 | 31 | 36 | 474 | 125 | 46 |
| Binary | 10110011 | 1111 | 10000110 | 0 | 1011100 | 11001 | 11110 | 100111100 | 1010101 | 100110 |
Color Harmonies of #B30F86
Complementary color
Monochromatic Colors of #B30F86
Black with #B30F86
Text Example
Text Example
White with #B30F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F86; }
p { color: rgb(179,15,134); }
H1.HeaderClassName
{
color: #B30F86;
}
.AnyTagClassName
{
color: #B30F86;
}
</style>
background-color css
<style>
a { background-color: #B30F86; }
a { background-color: rgb(179,15,134); }
div.DivClassName
{
background-color: #B30F86;
}
.BgClassName
{
background-color: #B30F86;
}
</style>
border-color css
<style>
span { border-color: #B30F86; }
span { border-color: rgb(179,15,134); }
td.TdClassName
{
border-color: #B30F86;
}
.TagClassName
{
border-color: #B30F86;
}
</style>