Shades of Medium Violet Red #B30199
Tints of Medium Violet Red #B30199
RGB
CMYK
RGB Variations
Color information
#B30199 (or 0xB30199) is known color: Medium Violet Red. HEX triplet: B3, 01 and 99. RGB value is (179,1,153). Sum of RGB (Red+Green+Blue) = 179+1+153=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30199 is #4CFE66. Grayscale: #474747. Windows color (decimal): -5045863 or 10027443. OLE color: 10027443.
HSL color Cylindrical-coordinate representation of color #B30199: hue angle of 308.76º 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 #B30199 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.30 |
| HSL | 308.76º | 0.99% | 0.35% | - |
| HSV(B) | 308.76º | 0.99% | 0.7% | - |
| XYZ | 24.35 | 11.91 | 31.15 | - |
| YUV | 71.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 153 | 0 | 0.99 | 0.15 | 0.30 | 308.76 | 0.99 | 0.35 |
| Hex | B3 | 1 | 99 | 0 | 63 | F | 1E | 135 | 63 | 23 |
| Octal | 263 | 1 | 231 | 0 | 143 | 17 | 36 | 465 | 143 | 43 |
| Binary | 10110011 | 1 | 10011001 | 0 | 1100011 | 1111 | 11110 | 100110101 | 1100011 | 100011 |
Color Harmonies of #B30199
Complementary color
Monochromatic Colors of #B30199
Black with #B30199
Text Example
Text Example
White with #B30199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30199; }
p { color: rgb(179,1,153); }
H1.HeaderClassName
{
color: #B30199;
}
.AnyTagClassName
{
color: #B30199;
}
</style>
background-color css
<style>
a { background-color: #B30199; }
a { background-color: rgb(179,1,153); }
div.DivClassName
{
background-color: #B30199;
}
.BgClassName
{
background-color: #B30199;
}
</style>
border-color css
<style>
span { border-color: #B30199; }
span { border-color: rgb(179,1,153); }
td.TdClassName
{
border-color: #B30199;
}
.TagClassName
{
border-color: #B30199;
}
</style>