Shades of Medium Violet Red #B30D8F
Tints of Medium Violet Red #B30D8F
RGB
CMYK
RGB Variations
Color information
#B30D8F (or 0xB30D8F) is known color: Medium Violet Red. HEX triplet: B3, 0D and 8F. RGB value is (179,13,143). Sum of RGB (Red+Green+Blue) = 179+13+143=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30D8F is #4CF270. Grayscale: #4D4D4D. Windows color (decimal): -5042801 or 9375155. OLE color: 9375155.
HSL color Cylindrical-coordinate representation of color #B30D8F: hue angle of 313.01º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D8F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 143 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.30 |
| HSL | 313.01º | 0.86% | 0.38% | - |
| HSV(B) | 313.01º | 0.93% | 0.7% | - |
| XYZ | 23.69 | 11.85 | 27.03 | - |
| YUV | 77.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 143 | 0 | 0.93 | 0.20 | 0.30 | 313.01 | 0.86 | 0.38 |
| Hex | B3 | D | 8F | 0 | 5D | 14 | 1E | 139 | 56 | 26 |
| Octal | 263 | 15 | 217 | 0 | 135 | 24 | 36 | 471 | 126 | 46 |
| Binary | 10110011 | 1101 | 10001111 | 0 | 1011101 | 10100 | 11110 | 100111001 | 1010110 | 100110 |
Color Harmonies of #B30D8F
Complementary color
Monochromatic Colors of #B30D8F
Black with #B30D8F
Text Example
Text Example
White with #B30D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D8F; }
p { color: rgb(179,13,143); }
H1.HeaderClassName
{
color: #B30D8F;
}
.AnyTagClassName
{
color: #B30D8F;
}
</style>
background-color css
<style>
a { background-color: #B30D8F; }
a { background-color: rgb(179,13,143); }
div.DivClassName
{
background-color: #B30D8F;
}
.BgClassName
{
background-color: #B30D8F;
}
</style>
border-color css
<style>
span { border-color: #B30D8F; }
span { border-color: rgb(179,13,143); }
td.TdClassName
{
border-color: #B30D8F;
}
.TagClassName
{
border-color: #B30D8F;
}
</style>