Shades of Medium Violet Red #B30B86
Tints of Medium Violet Red #B30B86
RGB
CMYK
RGB Variations
Color information
#B30B86 (or 0xB30B86) is known color: Medium Violet Red. HEX triplet: B3, 0B and 86. RGB value is (179,11,134). Sum of RGB (Red+Green+Blue) = 179+11+134=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30B86 is #4CF479. Grayscale: #4A4A4A. Windows color (decimal): -5043322 or 8784819. OLE color: 8784819.
HSL color Cylindrical-coordinate representation of color #B30B86: hue angle of 316.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B86 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 134 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.30 |
| HSL | 316.07º | 0.88% | 0.37% | - |
| HSV(B) | 316.07º | 0.94% | 0.7% | - |
| XYZ | 23.01 | 11.54 | 23.57 | - |
| YUV | 75.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 134 | 0 | 0.94 | 0.25 | 0.30 | 316.07 | 0.88 | 0.37 |
| Hex | B3 | B | 86 | 0 | 5E | 19 | 1E | 13C | 58 | 25 |
| Octal | 263 | 13 | 206 | 0 | 136 | 31 | 36 | 474 | 130 | 45 |
| Binary | 10110011 | 1011 | 10000110 | 0 | 1011110 | 11001 | 11110 | 100111100 | 1011000 | 100101 |
Color Harmonies of #B30B86
Complementary color
Monochromatic Colors of #B30B86
Black with #B30B86
Text Example
Text Example
White with #B30B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B86; }
p { color: rgb(179,11,134); }
H1.HeaderClassName
{
color: #B30B86;
}
.AnyTagClassName
{
color: #B30B86;
}
</style>
background-color css
<style>
a { background-color: #B30B86; }
a { background-color: rgb(179,11,134); }
div.DivClassName
{
background-color: #B30B86;
}
.BgClassName
{
background-color: #B30B86;
}
</style>
border-color css
<style>
span { border-color: #B30B86; }
span { border-color: rgb(179,11,134); }
td.TdClassName
{
border-color: #B30B86;
}
.TagClassName
{
border-color: #B30B86;
}
</style>