Shades of Medium Violet Red #B3019B
Tints of Medium Violet Red #B3019B
RGB
CMYK
RGB Variations
Color information
#B3019B (or 0xB3019B) is known color: Medium Violet Red. HEX triplet: B3, 01 and 9B. RGB value is (179,1,155). Sum of RGB (Red+Green+Blue) = 179+1+155=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3019B is #4CFE64. Grayscale: #474747. Windows color (decimal): -5045861 or 10158515. OLE color: 10158515.
HSL color Cylindrical-coordinate representation of color #B3019B: hue angle of 308.09º 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 #B3019B is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.30 |
| HSL | 308.09º | 0.99% | 0.35% | - |
| HSV(B) | 308.09º | 0.99% | 0.7% | - |
| XYZ | 24.52 | 11.97 | 32.03 | - |
| YUV | 71.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 155 | 0 | 0.99 | 0.13 | 0.30 | 308.09 | 0.99 | 0.35 |
| Hex | B3 | 1 | 9B | 0 | 63 | D | 1E | 134 | 63 | 23 |
| Octal | 263 | 1 | 233 | 0 | 143 | 15 | 36 | 464 | 143 | 43 |
| Binary | 10110011 | 1 | 10011011 | 0 | 1100011 | 1101 | 11110 | 100110100 | 1100011 | 100011 |
Color Harmonies of #B3019B
Complementary color
Monochromatic Colors of #B3019B
Black with #B3019B
Text Example
Text Example
White with #B3019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3019B; }
p { color: rgb(179,1,155); }
H1.HeaderClassName
{
color: #B3019B;
}
.AnyTagClassName
{
color: #B3019B;
}
</style>
background-color css
<style>
a { background-color: #B3019B; }
a { background-color: rgb(179,1,155); }
div.DivClassName
{
background-color: #B3019B;
}
.BgClassName
{
background-color: #B3019B;
}
</style>
border-color css
<style>
span { border-color: #B3019B; }
span { border-color: rgb(179,1,155); }
td.TdClassName
{
border-color: #B3019B;
}
.TagClassName
{
border-color: #B3019B;
}
</style>