Shades of Medium Violet Red #B30484
Tints of Medium Violet Red #B30484
RGB
CMYK
RGB Variations
Color information
#B30484 (or 0xB30484) is known color: Medium Violet Red. HEX triplet: B3, 04 and 84. RGB value is (179,4,132). Sum of RGB (Red+Green+Blue) = 179+4+132=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30484 is #4CFB7B. Grayscale: #464646. Windows color (decimal): -5045116 or 8651955. OLE color: 8651955.
HSL color Cylindrical-coordinate representation of color #B30484: hue angle of 316.11º degrees, saturation: 0.96, 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 #B30484 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.30 |
| HSL | 316.11º | 0.96% | 0.36% | - |
| HSV(B) | 316.11º | 0.98% | 0.7% | - |
| XYZ | 22.8 | 11.34 | 22.82 | - |
| YUV | 70.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 132 | 0 | 0.98 | 0.26 | 0.30 | 316.11 | 0.96 | 0.36 |
| Hex | B3 | 4 | 84 | 0 | 62 | 1A | 1E | 13C | 60 | 24 |
| Octal | 263 | 4 | 204 | 0 | 142 | 32 | 36 | 474 | 140 | 44 |
| Binary | 10110011 | 100 | 10000100 | 0 | 1100010 | 11010 | 11110 | 100111100 | 1100000 | 100100 |
Color Harmonies of #B30484
Complementary color
Monochromatic Colors of #B30484
Black with #B30484
Text Example
Text Example
White with #B30484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30484; }
p { color: rgb(179,4,132); }
H1.HeaderClassName
{
color: #B30484;
}
.AnyTagClassName
{
color: #B30484;
}
</style>
background-color css
<style>
a { background-color: #B30484; }
a { background-color: rgb(179,4,132); }
div.DivClassName
{
background-color: #B30484;
}
.BgClassName
{
background-color: #B30484;
}
</style>
border-color css
<style>
span { border-color: #B30484; }
span { border-color: rgb(179,4,132); }
td.TdClassName
{
border-color: #B30484;
}
.TagClassName
{
border-color: #B30484;
}
</style>