Shades of Medium Violet Red #B30581
Tints of Medium Violet Red #B30581
RGB
CMYK
RGB Variations
Color information
#B30581 (or 0xB30581) is known color: Medium Violet Red. HEX triplet: B3, 05 and 81. RGB value is (179,5,129). Sum of RGB (Red+Green+Blue) = 179+5+129=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B30581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30581 is #4CFA7E. Grayscale: #464646. Windows color (decimal): -5044863 or 8455603. OLE color: 8455603.
HSL color Cylindrical-coordinate representation of color #B30581: hue angle of 317.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30581 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 129 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.30 |
| HSL | 317.24º | 0.95% | 0.36% | - |
| HSV(B) | 317.24º | 0.97% | 0.7% | - |
| XYZ | 22.61 | 11.28 | 21.75 | - |
| YUV | 71.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 129 | 0 | 0.97 | 0.28 | 0.30 | 317.24 | 0.95 | 0.36 |
| Hex | B3 | 5 | 81 | 0 | 61 | 1C | 1E | 13D | 5F | 24 |
| Octal | 263 | 5 | 201 | 0 | 141 | 34 | 36 | 475 | 137 | 44 |
| Binary | 10110011 | 101 | 10000001 | 0 | 1100001 | 11100 | 11110 | 100111101 | 1011111 | 100100 |
Color Harmonies of #B30581
Complementary color
Monochromatic Colors of #B30581
Black with #B30581
Text Example
Text Example
White with #B30581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30581; }
p { color: rgb(179,5,129); }
H1.HeaderClassName
{
color: #B30581;
}
.AnyTagClassName
{
color: #B30581;
}
</style>
background-color css
<style>
a { background-color: #B30581; }
a { background-color: rgb(179,5,129); }
div.DivClassName
{
background-color: #B30581;
}
.BgClassName
{
background-color: #B30581;
}
</style>
border-color css
<style>
span { border-color: #B30581; }
span { border-color: rgb(179,5,129); }
td.TdClassName
{
border-color: #B30581;
}
.TagClassName
{
border-color: #B30581;
}
</style>