Shades of Medium Violet Red #B40378
Tints of Medium Violet Red #B40378
RGB
CMYK
RGB Variations
Color information
#B40378 (or 0xB40378) is known color: Medium Violet Red. HEX triplet: B4, 03 and 78. RGB value is (180,3,120). Sum of RGB (Red+Green+Blue) = 180+3+120=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40378 is #4BFC87. Grayscale: #444444. Windows color (decimal): -4979848 or 7865268. OLE color: 7865268.
HSL color Cylindrical-coordinate representation of color #B40378: hue angle of 320.34º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40378 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.29 |
| HSL | 320.34º | 0.97% | 0.36% | - |
| HSV(B) | 320.34º | 0.98% | 0.71% | - |
| XYZ | 22.25 | 11.12 | 18.74 | - |
| YUV | 69.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 120 | 0 | 0.98 | 0.33 | 0.29 | 320.34 | 0.97 | 0.36 |
| Hex | B4 | 3 | 78 | 0 | 62 | 21 | 1D | 140 | 61 | 24 |
| Octal | 264 | 3 | 170 | 0 | 142 | 41 | 35 | 500 | 141 | 44 |
| Binary | 10110100 | 11 | 1111000 | 0 | 1100010 | 100001 | 11101 | 101000000 | 1100001 | 100100 |
Color Harmonies of #B40378
Complementary color
Monochromatic Colors of #B40378
Black with #B40378
Text Example
Text Example
White with #B40378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40378; }
p { color: rgb(180,3,120); }
H1.HeaderClassName
{
color: #B40378;
}
.AnyTagClassName
{
color: #B40378;
}
</style>
background-color css
<style>
a { background-color: #B40378; }
a { background-color: rgb(180,3,120); }
div.DivClassName
{
background-color: #B40378;
}
.BgClassName
{
background-color: #B40378;
}
</style>
border-color css
<style>
span { border-color: #B40378; }
span { border-color: rgb(180,3,120); }
td.TdClassName
{
border-color: #B40378;
}
.TagClassName
{
border-color: #B40378;
}
</style>