Shades of Medium Violet Red #B30384
Tints of Medium Violet Red #B30384
RGB
CMYK
RGB Variations
Color information
#B30384 (or 0xB30384) is known color: Medium Violet Red. HEX triplet: B3, 03 and 84. RGB value is (179,3,132). Sum of RGB (Red+Green+Blue) = 179+3+132=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B30384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30384 is #4CFC7B. Grayscale: #454545. Windows color (decimal): -5045372 or 8651699. OLE color: 8651699.
HSL color Cylindrical-coordinate representation of color #B30384: hue angle of 316.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30384 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.30 |
| HSL | 316.02º | 0.97% | 0.36% | - |
| HSV(B) | 316.02º | 0.98% | 0.7% | - |
| XYZ | 22.79 | 11.31 | 22.81 | - |
| YUV | 70.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 132 | 0 | 0.98 | 0.26 | 0.30 | 316.02 | 0.97 | 0.36 |
| Hex | B3 | 3 | 84 | 0 | 62 | 1A | 1E | 13C | 61 | 24 |
| Octal | 263 | 3 | 204 | 0 | 142 | 32 | 36 | 474 | 141 | 44 |
| Binary | 10110011 | 11 | 10000100 | 0 | 1100010 | 11010 | 11110 | 100111100 | 1100001 | 100100 |
Color Harmonies of #B30384
Complementary color
Monochromatic Colors of #B30384
Black with #B30384
Text Example
Text Example
White with #B30384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30384; }
p { color: rgb(179,3,132); }
H1.HeaderClassName
{
color: #B30384;
}
.AnyTagClassName
{
color: #B30384;
}
</style>
background-color css
<style>
a { background-color: #B30384; }
a { background-color: rgb(179,3,132); }
div.DivClassName
{
background-color: #B30384;
}
.BgClassName
{
background-color: #B30384;
}
</style>
border-color css
<style>
span { border-color: #B30384; }
span { border-color: rgb(179,3,132); }
td.TdClassName
{
border-color: #B30384;
}
.TagClassName
{
border-color: #B30384;
}
</style>