Shades of Medium Violet Red #B30588
Tints of Medium Violet Red #B30588
RGB
CMYK
RGB Variations
Color information
#B30588 (or 0xB30588) is known color: Medium Violet Red. HEX triplet: B3, 05 and 88. RGB value is (179,5,136). Sum of RGB (Red+Green+Blue) = 179+5+136=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30588 is #4CFA77. Grayscale: #474747. Windows color (decimal): -5044856 or 8914355. OLE color: 8914355.
HSL color Cylindrical-coordinate representation of color #B30588: hue angle of 314.83º 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 #B30588 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.30 |
| HSL | 314.83º | 0.95% | 0.36% | - |
| HSV(B) | 314.83º | 0.97% | 0.7% | - |
| XYZ | 23.09 | 11.47 | 24.29 | - |
| YUV | 71.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 136 | 0 | 0.97 | 0.24 | 0.30 | 314.83 | 0.95 | 0.36 |
| Hex | B3 | 5 | 88 | 0 | 61 | 18 | 1E | 13B | 5F | 24 |
| Octal | 263 | 5 | 210 | 0 | 141 | 30 | 36 | 473 | 137 | 44 |
| Binary | 10110011 | 101 | 10001000 | 0 | 1100001 | 11000 | 11110 | 100111011 | 1011111 | 100100 |
Color Harmonies of #B30588
Complementary color
Monochromatic Colors of #B30588
Black with #B30588
Text Example
Text Example
White with #B30588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30588; }
p { color: rgb(179,5,136); }
H1.HeaderClassName
{
color: #B30588;
}
.AnyTagClassName
{
color: #B30588;
}
</style>
background-color css
<style>
a { background-color: #B30588; }
a { background-color: rgb(179,5,136); }
div.DivClassName
{
background-color: #B30588;
}
.BgClassName
{
background-color: #B30588;
}
</style>
border-color css
<style>
span { border-color: #B30588; }
span { border-color: rgb(179,5,136); }
td.TdClassName
{
border-color: #B30588;
}
.TagClassName
{
border-color: #B30588;
}
</style>