Shades of Medium Red Violet #B0378B
Tints of Medium Red Violet #B0378B
RGB
CMYK
RGB Variations
Color information
#B0378B (or 0xB0378B) is known color: Medium Red Violet. HEX triplet: B0, 37 and 8B. RGB value is (176,55,139). Sum of RGB (Red+Green+Blue) = 176+55+139=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0378B is #4FC874. Grayscale: #646464. Windows color (decimal): -5228661 or 9123760. OLE color: 9123760.
HSL color Cylindrical-coordinate representation of color #B0378B: hue angle of 318.35º 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 #B0378B is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 139 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.31 |
| HSL | 318.35º | 0.52% | 0.45% | - |
| HSV(B) | 318.35º | 0.69% | 0.69% | - |
| XYZ | 23.93 | 13.83 | 25.83 | - |
| YUV | 100.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 139 | 0 | 0.69 | 0.21 | 0.31 | 318.35 | 0.52 | 0.45 |
| Hex | B0 | 37 | 8B | 0 | 45 | 15 | 1F | 13E | 34 | 2D |
| Octal | 260 | 67 | 213 | 0 | 105 | 25 | 37 | 476 | 64 | 55 |
| Binary | 10110000 | 110111 | 10001011 | 0 | 1000101 | 10101 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #B0378B
Complementary color
Monochromatic Colors of #B0378B
Black with #B0378B
Text Example
Text Example
White with #B0378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0378B; }
p { color: rgb(176,55,139); }
H1.HeaderClassName
{
color: #B0378B;
}
.AnyTagClassName
{
color: #B0378B;
}
</style>
background-color css
<style>
a { background-color: #B0378B; }
a { background-color: rgb(176,55,139); }
div.DivClassName
{
background-color: #B0378B;
}
.BgClassName
{
background-color: #B0378B;
}
</style>
border-color css
<style>
span { border-color: #B0378B; }
span { border-color: rgb(176,55,139); }
td.TdClassName
{
border-color: #B0378B;
}
.TagClassName
{
border-color: #B0378B;
}
</style>