Shades of Medium Violet Red #B30F7E
Tints of Medium Violet Red #B30F7E
RGB
CMYK
RGB Variations
Color information
#B30F7E (or 0xB30F7E) is known color: Medium Violet Red. HEX triplet: B3, 0F and 7E. RGB value is (179,15,126). Sum of RGB (Red+Green+Blue) = 179+15+126=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F7E is #4CF081. Grayscale: #4C4C4C. Windows color (decimal): -5042306 or 8261555. OLE color: 8261555.
HSL color Cylindrical-coordinate representation of color #B30F7E: hue angle of 319.39º 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 #B30F7E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.30 |
| HSL | 319.39º | 0.85% | 0.38% | - |
| HSV(B) | 319.39º | 0.92% | 0.7% | - |
| XYZ | 22.53 | 11.43 | 20.76 | - |
| YUV | 76.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 126 | 0 | 0.92 | 0.30 | 0.30 | 319.39 | 0.85 | 0.38 |
| Hex | B3 | F | 7E | 0 | 5C | 1E | 1E | 13F | 55 | 26 |
| Octal | 263 | 17 | 176 | 0 | 134 | 36 | 36 | 477 | 125 | 46 |
| Binary | 10110011 | 1111 | 1111110 | 0 | 1011100 | 11110 | 11110 | 100111111 | 1010101 | 100110 |
Color Harmonies of #B30F7E
Complementary color
Monochromatic Colors of #B30F7E
Black with #B30F7E
Text Example
Text Example
White with #B30F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F7E; }
p { color: rgb(179,15,126); }
H1.HeaderClassName
{
color: #B30F7E;
}
.AnyTagClassName
{
color: #B30F7E;
}
</style>
background-color css
<style>
a { background-color: #B30F7E; }
a { background-color: rgb(179,15,126); }
div.DivClassName
{
background-color: #B30F7E;
}
.BgClassName
{
background-color: #B30F7E;
}
</style>
border-color css
<style>
span { border-color: #B30F7E; }
span { border-color: rgb(179,15,126); }
td.TdClassName
{
border-color: #B30F7E;
}
.TagClassName
{
border-color: #B30F7E;
}
</style>