Shades of Medium Violet Red #B30F87
Tints of Medium Violet Red #B30F87
RGB
CMYK
RGB Variations
Color information
#B30F87 (or 0xB30F87) is known color: Medium Violet Red. HEX triplet: B3, 0F and 87. RGB value is (179,15,135). Sum of RGB (Red+Green+Blue) = 179+15+135=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F87 is #4CF078. Grayscale: #4D4D4D. Windows color (decimal): -5042297 or 8851379. OLE color: 8851379.
HSL color Cylindrical-coordinate representation of color #B30F87: hue angle of 316.1º 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 #B30F87 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 135 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.30 |
| HSL | 316.1º | 0.85% | 0.38% | - |
| HSV(B) | 316.1º | 0.92% | 0.7% | - |
| XYZ | 23.13 | 11.67 | 23.96 | - |
| YUV | 77.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 135 | 0 | 0.92 | 0.25 | 0.30 | 316.1 | 0.85 | 0.38 |
| Hex | B3 | F | 87 | 0 | 5C | 19 | 1E | 13C | 55 | 26 |
| Octal | 263 | 17 | 207 | 0 | 134 | 31 | 36 | 474 | 125 | 46 |
| Binary | 10110011 | 1111 | 10000111 | 0 | 1011100 | 11001 | 11110 | 100111100 | 1010101 | 100110 |
Color Harmonies of #B30F87
Complementary color
Monochromatic Colors of #B30F87
Black with #B30F87
Text Example
Text Example
White with #B30F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F87; }
p { color: rgb(179,15,135); }
H1.HeaderClassName
{
color: #B30F87;
}
.AnyTagClassName
{
color: #B30F87;
}
</style>
background-color css
<style>
a { background-color: #B30F87; }
a { background-color: rgb(179,15,135); }
div.DivClassName
{
background-color: #B30F87;
}
.BgClassName
{
background-color: #B30F87;
}
</style>
border-color css
<style>
span { border-color: #B30F87; }
span { border-color: rgb(179,15,135); }
td.TdClassName
{
border-color: #B30F87;
}
.TagClassName
{
border-color: #B30F87;
}
</style>