Shades of Medium Red Violet #B0387F
Tints of Medium Red Violet #B0387F
RGB
CMYK
RGB Variations
Color information
#B0387F (or 0xB0387F) is known color: Medium Red Violet. HEX triplet: B0, 38 and 7F. RGB value is (176,56,127). Sum of RGB (Red+Green+Blue) = 176+56+127=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0387F is #4FC780. Grayscale: #636363. Windows color (decimal): -5228417 or 8337584. OLE color: 8337584.
HSL color Cylindrical-coordinate representation of color #B0387F: hue angle of 324.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 #B0387F is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 127 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.31 |
| HSL | 324.5º | 0.52% | 0.45% | - |
| HSV(B) | 324.5º | 0.68% | 0.69% | - |
| XYZ | 23.15 | 13.59 | 21.48 | - |
| YUV | 99.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 127 | 0 | 0.68 | 0.28 | 0.31 | 324.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 7F | 0 | 44 | 1C | 1F | 144 | 34 | 2D |
| Octal | 260 | 70 | 177 | 0 | 104 | 34 | 37 | 504 | 64 | 55 |
| Binary | 10110000 | 111000 | 1111111 | 0 | 1000100 | 11100 | 11111 | 101000100 | 110100 | 101101 |
Color Harmonies of #B0387F
Complementary color
Monochromatic Colors of #B0387F
Black with #B0387F
Text Example
Text Example
White with #B0387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0387F; }
p { color: rgb(176,56,127); }
H1.HeaderClassName
{
color: #B0387F;
}
.AnyTagClassName
{
color: #B0387F;
}
</style>
background-color css
<style>
a { background-color: #B0387F; }
a { background-color: rgb(176,56,127); }
div.DivClassName
{
background-color: #B0387F;
}
.BgClassName
{
background-color: #B0387F;
}
</style>
border-color css
<style>
span { border-color: #B0387F; }
span { border-color: rgb(176,56,127); }
td.TdClassName
{
border-color: #B0387F;
}
.TagClassName
{
border-color: #B0387F;
}
</style>