Shades of Medium Violet Red #B30B76
Tints of Medium Violet Red #B30B76
RGB
CMYK
RGB Variations
Color information
#B30B76 (or 0xB30B76) is known color: Medium Violet Red. HEX triplet: B3, 0B and 76. RGB value is (179,11,118). Sum of RGB (Red+Green+Blue) = 179+11+118=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B76 is #4CF489. Grayscale: #494949. Windows color (decimal): -5043338 or 7736243. OLE color: 7736243.
HSL color Cylindrical-coordinate representation of color #B30B76: hue angle of 321.79º 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 #B30B76 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 118 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.30 |
| HSL | 321.79º | 0.88% | 0.37% | - |
| HSV(B) | 321.79º | 0.94% | 0.7% | - |
| XYZ | 21.98 | 11.13 | 18.13 | - |
| YUV | 73.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 118 | 0 | 0.94 | 0.34 | 0.30 | 321.79 | 0.88 | 0.37 |
| Hex | B3 | B | 76 | 0 | 5E | 22 | 1E | 142 | 58 | 25 |
| Octal | 263 | 13 | 166 | 0 | 136 | 42 | 36 | 502 | 130 | 45 |
| Binary | 10110011 | 1011 | 1110110 | 0 | 1011110 | 100010 | 11110 | 101000010 | 1011000 | 100101 |
Color Harmonies of #B30B76
Complementary color
Monochromatic Colors of #B30B76
Black with #B30B76
Text Example
Text Example
White with #B30B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B76; }
p { color: rgb(179,11,118); }
H1.HeaderClassName
{
color: #B30B76;
}
.AnyTagClassName
{
color: #B30B76;
}
</style>
background-color css
<style>
a { background-color: #B30B76; }
a { background-color: rgb(179,11,118); }
div.DivClassName
{
background-color: #B30B76;
}
.BgClassName
{
background-color: #B30B76;
}
</style>
border-color css
<style>
span { border-color: #B30B76; }
span { border-color: rgb(179,11,118); }
td.TdClassName
{
border-color: #B30B76;
}
.TagClassName
{
border-color: #B30B76;
}
</style>