Shades of Medium Red Violet #B8378F
Tints of Medium Red Violet #B8378F
RGB
CMYK
RGB Variations
Color information
#B8378F (or 0xB8378F) is known color: Medium Red Violet. HEX triplet: B8, 37 and 8F. RGB value is (184,55,143). Sum of RGB (Red+Green+Blue) = 184+55+143=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8378F is #47C870. Grayscale: #676767. Windows color (decimal): -4704369 or 9385912. OLE color: 9385912.
HSL color Cylindrical-coordinate representation of color #B8378F: hue angle of 319.07º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8378F is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 143 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.28 |
| HSL | 319.07º | 0.54% | 0.47% | - |
| HSV(B) | 319.07º | 0.7% | 0.72% | - |
| XYZ | 26.09 | 14.91 | 27.49 | - |
| YUV | 103.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 143 | 0 | 0.70 | 0.22 | 0.28 | 319.07 | 0.54 | 0.47 |
| Hex | B8 | 37 | 8F | 0 | 46 | 16 | 1C | 13F | 36 | 2F |
| Octal | 270 | 67 | 217 | 0 | 106 | 26 | 34 | 477 | 66 | 57 |
| Binary | 10111000 | 110111 | 10001111 | 0 | 1000110 | 10110 | 11100 | 100111111 | 110110 | 101111 |
Color Harmonies of #B8378F
Complementary color
Monochromatic Colors of #B8378F
Black with #B8378F
Text Example
Text Example
White with #B8378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8378F; }
p { color: rgb(184,55,143); }
H1.HeaderClassName
{
color: #B8378F;
}
.AnyTagClassName
{
color: #B8378F;
}
</style>
background-color css
<style>
a { background-color: #B8378F; }
a { background-color: rgb(184,55,143); }
div.DivClassName
{
background-color: #B8378F;
}
.BgClassName
{
background-color: #B8378F;
}
</style>
border-color css
<style>
span { border-color: #B8378F; }
span { border-color: rgb(184,55,143); }
td.TdClassName
{
border-color: #B8378F;
}
.TagClassName
{
border-color: #B8378F;
}
</style>