Shades of Medium Violet Red #B30196
Tints of Medium Violet Red #B30196
RGB
CMYK
RGB Variations
Color information
#B30196 (or 0xB30196) is known color: Medium Violet Red. HEX triplet: B3, 01 and 96. RGB value is (179,1,150). Sum of RGB (Red+Green+Blue) = 179+1+150=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30196 is #4CFE69. Grayscale: #464646. Windows color (decimal): -5045866 or 9830835. OLE color: 9830835.
HSL color Cylindrical-coordinate representation of color #B30196: hue angle of 309.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30196 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.30 |
| HSL | 309.78º | 0.99% | 0.35% | - |
| HSV(B) | 309.78º | 0.99% | 0.7% | - |
| XYZ | 24.11 | 11.81 | 29.86 | - |
| YUV | 71.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 150 | 0 | 0.99 | 0.16 | 0.30 | 309.78 | 0.99 | 0.35 |
| Hex | B3 | 1 | 96 | 0 | 63 | 10 | 1E | 136 | 63 | 23 |
| Octal | 263 | 1 | 226 | 0 | 143 | 20 | 36 | 466 | 143 | 43 |
| Binary | 10110011 | 1 | 10010110 | 0 | 1100011 | 10000 | 11110 | 100110110 | 1100011 | 100011 |
Color Harmonies of #B30196
Complementary color
Monochromatic Colors of #B30196
Black with #B30196
Text Example
Text Example
White with #B30196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30196; }
p { color: rgb(179,1,150); }
H1.HeaderClassName
{
color: #B30196;
}
.AnyTagClassName
{
color: #B30196;
}
</style>
background-color css
<style>
a { background-color: #B30196; }
a { background-color: rgb(179,1,150); }
div.DivClassName
{
background-color: #B30196;
}
.BgClassName
{
background-color: #B30196;
}
</style>
border-color css
<style>
span { border-color: #B30196; }
span { border-color: rgb(179,1,150); }
td.TdClassName
{
border-color: #B30196;
}
.TagClassName
{
border-color: #B30196;
}
</style>