Shades of Medium Red Violet #B0378F
Tints of Medium Red Violet #B0378F
RGB
CMYK
RGB Variations
Color information
#B0378F (or 0xB0378F) is known color: Medium Red Violet. HEX triplet: B0, 37 and 8F. RGB value is (176,55,143). Sum of RGB (Red+Green+Blue) = 176+55+143=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0378F is #4FC870. Grayscale: #646464. Windows color (decimal): -5228657 or 9385904. OLE color: 9385904.
HSL color Cylindrical-coordinate representation of color #B0378F: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0378F is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 143 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.31 |
| HSL | 316.36º | 0.52% | 0.45% | - |
| HSV(B) | 316.36º | 0.69% | 0.69% | - |
| XYZ | 24.23 | 13.95 | 27.4 | - |
| YUV | 101.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 143 | 0 | 0.69 | 0.19 | 0.31 | 316.36 | 0.52 | 0.45 |
| Hex | B0 | 37 | 8F | 0 | 45 | 13 | 1F | 13C | 34 | 2D |
| Octal | 260 | 67 | 217 | 0 | 105 | 23 | 37 | 474 | 64 | 55 |
| Binary | 10110000 | 110111 | 10001111 | 0 | 1000101 | 10011 | 11111 | 100111100 | 110100 | 101101 |
Color Harmonies of #B0378F
Complementary color
Monochromatic Colors of #B0378F
Black with #B0378F
Text Example
Text Example
White with #B0378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0378F; }
p { color: rgb(176,55,143); }
H1.HeaderClassName
{
color: #B0378F;
}
.AnyTagClassName
{
color: #B0378F;
}
</style>
background-color css
<style>
a { background-color: #B0378F; }
a { background-color: rgb(176,55,143); }
div.DivClassName
{
background-color: #B0378F;
}
.BgClassName
{
background-color: #B0378F;
}
</style>
border-color css
<style>
span { border-color: #B0378F; }
span { border-color: rgb(176,55,143); }
td.TdClassName
{
border-color: #B0378F;
}
.TagClassName
{
border-color: #B0378F;
}
</style>