Shades of Medium Violet Red #B30F85
Tints of Medium Violet Red #B30F85
RGB
CMYK
RGB Variations
Color information
#B30F85 (or 0xB30F85) is known color: Medium Violet Red. HEX triplet: B3, 0F and 85. RGB value is (179,15,133). Sum of RGB (Red+Green+Blue) = 179+15+133=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F85 is #4CF07A. Grayscale: #4D4D4D. Windows color (decimal): -5042299 or 8720307. OLE color: 8720307.
HSL color Cylindrical-coordinate representation of color #B30F85: hue angle of 316.83º 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 #B30F85 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 133 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.30 |
| HSL | 316.83º | 0.85% | 0.38% | - |
| HSV(B) | 316.83º | 0.92% | 0.7% | - |
| XYZ | 22.99 | 11.62 | 23.22 | - |
| YUV | 77.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 133 | 0 | 0.92 | 0.26 | 0.30 | 316.83 | 0.85 | 0.38 |
| Hex | B3 | F | 85 | 0 | 5C | 1A | 1E | 13D | 55 | 26 |
| Octal | 263 | 17 | 205 | 0 | 134 | 32 | 36 | 475 | 125 | 46 |
| Binary | 10110011 | 1111 | 10000101 | 0 | 1011100 | 11010 | 11110 | 100111101 | 1010101 | 100110 |
Color Harmonies of #B30F85
Complementary color
Monochromatic Colors of #B30F85
Black with #B30F85
Text Example
Text Example
White with #B30F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F85; }
p { color: rgb(179,15,133); }
H1.HeaderClassName
{
color: #B30F85;
}
.AnyTagClassName
{
color: #B30F85;
}
</style>
background-color css
<style>
a { background-color: #B30F85; }
a { background-color: rgb(179,15,133); }
div.DivClassName
{
background-color: #B30F85;
}
.BgClassName
{
background-color: #B30F85;
}
</style>
border-color css
<style>
span { border-color: #B30F85; }
span { border-color: rgb(179,15,133); }
td.TdClassName
{
border-color: #B30F85;
}
.TagClassName
{
border-color: #B30F85;
}
</style>