Shades of Medium Violet Red #B30478
Tints of Medium Violet Red #B30478
RGB
CMYK
RGB Variations
Color information
#B30478 (or 0xB30478) is known color: Medium Violet Red. HEX triplet: B3, 04 and 78. RGB value is (179,4,120). Sum of RGB (Red+Green+Blue) = 179+4+120=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30478 is #4CFB87. Grayscale: #454545. Windows color (decimal): -5045128 or 7865523. OLE color: 7865523.
HSL color Cylindrical-coordinate representation of color #B30478: hue angle of 320.23º 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 #B30478 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.30 |
| HSL | 320.23º | 0.96% | 0.36% | - |
| HSV(B) | 320.23º | 0.98% | 0.7% | - |
| XYZ | 22.02 | 11.03 | 18.74 | - |
| YUV | 69.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 120 | 0 | 0.98 | 0.33 | 0.30 | 320.23 | 0.96 | 0.36 |
| Hex | B3 | 4 | 78 | 0 | 62 | 21 | 1E | 140 | 60 | 24 |
| Octal | 263 | 4 | 170 | 0 | 142 | 41 | 36 | 500 | 140 | 44 |
| Binary | 10110011 | 100 | 1111000 | 0 | 1100010 | 100001 | 11110 | 101000000 | 1100000 | 100100 |
Color Harmonies of #B30478
Complementary color
Monochromatic Colors of #B30478
Black with #B30478
Text Example
Text Example
White with #B30478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30478; }
p { color: rgb(179,4,120); }
H1.HeaderClassName
{
color: #B30478;
}
.AnyTagClassName
{
color: #B30478;
}
</style>
background-color css
<style>
a { background-color: #B30478; }
a { background-color: rgb(179,4,120); }
div.DivClassName
{
background-color: #B30478;
}
.BgClassName
{
background-color: #B30478;
}
</style>
border-color css
<style>
span { border-color: #B30478; }
span { border-color: rgb(179,4,120); }
td.TdClassName
{
border-color: #B30478;
}
.TagClassName
{
border-color: #B30478;
}
</style>