Shades of Medium Violet Red #B30378
Tints of Medium Violet Red #B30378
RGB
CMYK
RGB Variations
Color information
#B30378 (or 0xB30378) is known color: Medium Violet Red. HEX triplet: B3, 03 and 78. RGB value is (179,3,120). Sum of RGB (Red+Green+Blue) = 179+3+120=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30378 is #4CFC87. Grayscale: #444444. Windows color (decimal): -5045384 or 7865267. OLE color: 7865267.
HSL color Cylindrical-coordinate representation of color #B30378: hue angle of 320.11º 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 #B30378 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.30 |
| HSL | 320.11º | 0.97% | 0.36% | - |
| HSV(B) | 320.11º | 0.98% | 0.7% | - |
| XYZ | 22.01 | 11 | 18.73 | - |
| YUV | 68.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 120 | 0 | 0.98 | 0.33 | 0.30 | 320.11 | 0.97 | 0.36 |
| Hex | B3 | 3 | 78 | 0 | 62 | 21 | 1E | 140 | 61 | 24 |
| Octal | 263 | 3 | 170 | 0 | 142 | 41 | 36 | 500 | 141 | 44 |
| Binary | 10110011 | 11 | 1111000 | 0 | 1100010 | 100001 | 11110 | 101000000 | 1100001 | 100100 |
Color Harmonies of #B30378
Complementary color
Monochromatic Colors of #B30378
Black with #B30378
Text Example
Text Example
White with #B30378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30378; }
p { color: rgb(179,3,120); }
H1.HeaderClassName
{
color: #B30378;
}
.AnyTagClassName
{
color: #B30378;
}
</style>
background-color css
<style>
a { background-color: #B30378; }
a { background-color: rgb(179,3,120); }
div.DivClassName
{
background-color: #B30378;
}
.BgClassName
{
background-color: #B30378;
}
</style>
border-color css
<style>
span { border-color: #B30378; }
span { border-color: rgb(179,3,120); }
td.TdClassName
{
border-color: #B30378;
}
.TagClassName
{
border-color: #B30378;
}
</style>