Shades of Medium Red Violet #B0387B
Tints of Medium Red Violet #B0387B
RGB
CMYK
RGB Variations
Color information
#B0387B (or 0xB0387B) is known color: Medium Red Violet. HEX triplet: B0, 38 and 7B. RGB value is (176,56,123). Sum of RGB (Red+Green+Blue) = 176+56+123=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0387B is #4FC784. Grayscale: #636363. Windows color (decimal): -5228421 or 8075440. OLE color: 8075440.
HSL color Cylindrical-coordinate representation of color #B0387B: hue angle of 326.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0387B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 123 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.31 |
| HSL | 326.5º | 0.52% | 0.45% | - |
| HSV(B) | 326.5º | 0.68% | 0.69% | - |
| XYZ | 22.89 | 13.49 | 20.14 | - |
| YUV | 99.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 123 | 0 | 0.68 | 0.30 | 0.31 | 326.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 7B | 0 | 44 | 1E | 1F | 146 | 34 | 2D |
| Octal | 260 | 70 | 173 | 0 | 104 | 36 | 37 | 506 | 64 | 55 |
| Binary | 10110000 | 111000 | 1111011 | 0 | 1000100 | 11110 | 11111 | 101000110 | 110100 | 101101 |
Color Harmonies of #B0387B
Complementary color
Monochromatic Colors of #B0387B
Black with #B0387B
Text Example
Text Example
White with #B0387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0387B; }
p { color: rgb(176,56,123); }
H1.HeaderClassName
{
color: #B0387B;
}
.AnyTagClassName
{
color: #B0387B;
}
</style>
background-color css
<style>
a { background-color: #B0387B; }
a { background-color: rgb(176,56,123); }
div.DivClassName
{
background-color: #B0387B;
}
.BgClassName
{
background-color: #B0387B;
}
</style>
border-color css
<style>
span { border-color: #B0387B; }
span { border-color: rgb(176,56,123); }
td.TdClassName
{
border-color: #B0387B;
}
.TagClassName
{
border-color: #B0387B;
}
</style>