Shades of Medium Violet Red #B30988
Tints of Medium Violet Red #B30988
RGB
CMYK
RGB Variations
Color information
#B30988 (or 0xB30988) is known color: Medium Violet Red. HEX triplet: B3, 09 and 88. RGB value is (179,9,136). Sum of RGB (Red+Green+Blue) = 179+9+136=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30988 is #4CF677. Grayscale: #494949. Windows color (decimal): -5043832 or 8915379. OLE color: 8915379.
HSL color Cylindrical-coordinate representation of color #B30988: hue angle of 315.18º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30988 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 136 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.30 |
| HSL | 315.18º | 0.9% | 0.37% | - |
| HSV(B) | 315.18º | 0.95% | 0.7% | - |
| XYZ | 23.13 | 11.56 | 24.3 | - |
| YUV | 74.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 136 | 0 | 0.95 | 0.24 | 0.30 | 315.18 | 0.9 | 0.37 |
| Hex | B3 | 9 | 88 | 0 | 5F | 18 | 1E | 13B | 5A | 25 |
| Octal | 263 | 11 | 210 | 0 | 137 | 30 | 36 | 473 | 132 | 45 |
| Binary | 10110011 | 1001 | 10001000 | 0 | 1011111 | 11000 | 11110 | 100111011 | 1011010 | 100101 |
Color Harmonies of #B30988
Complementary color
Monochromatic Colors of #B30988
Black with #B30988
Text Example
Text Example
White with #B30988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30988; }
p { color: rgb(179,9,136); }
H1.HeaderClassName
{
color: #B30988;
}
.AnyTagClassName
{
color: #B30988;
}
</style>
background-color css
<style>
a { background-color: #B30988; }
a { background-color: rgb(179,9,136); }
div.DivClassName
{
background-color: #B30988;
}
.BgClassName
{
background-color: #B30988;
}
</style>
border-color css
<style>
span { border-color: #B30988; }
span { border-color: rgb(179,9,136); }
td.TdClassName
{
border-color: #B30988;
}
.TagClassName
{
border-color: #B30988;
}
</style>