Shades of Medium Red Violet #B0387D
Tints of Medium Red Violet #B0387D
RGB
CMYK
RGB Variations
Color information
#B0387D (or 0xB0387D) is known color: Medium Red Violet. HEX triplet: B0, 38 and 7D. RGB value is (176,56,125). Sum of RGB (Red+Green+Blue) = 176+56+125=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0387D is #4FC782. Grayscale: #636363. Windows color (decimal): -5228419 or 8206512. OLE color: 8206512.
HSL color Cylindrical-coordinate representation of color #B0387D: hue angle of 325.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 #B0387D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 125 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.31 |
| HSL | 325.5º | 0.52% | 0.45% | - |
| HSV(B) | 325.5º | 0.68% | 0.69% | - |
| XYZ | 23.02 | 13.54 | 20.8 | - |
| YUV | 99.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 125 | 0 | 0.68 | 0.29 | 0.31 | 325.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 7D | 0 | 44 | 1D | 1F | 146 | 34 | 2D |
| Octal | 260 | 70 | 175 | 0 | 104 | 35 | 37 | 506 | 64 | 55 |
| Binary | 10110000 | 111000 | 1111101 | 0 | 1000100 | 11101 | 11111 | 101000110 | 110100 | 101101 |
Color Harmonies of #B0387D
Complementary color
Monochromatic Colors of #B0387D
Black with #B0387D
Text Example
Text Example
White with #B0387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0387D; }
p { color: rgb(176,56,125); }
H1.HeaderClassName
{
color: #B0387D;
}
.AnyTagClassName
{
color: #B0387D;
}
</style>
background-color css
<style>
a { background-color: #B0387D; }
a { background-color: rgb(176,56,125); }
div.DivClassName
{
background-color: #B0387D;
}
.BgClassName
{
background-color: #B0387D;
}
</style>
border-color css
<style>
span { border-color: #B0387D; }
span { border-color: rgb(176,56,125); }
td.TdClassName
{
border-color: #B0387D;
}
.TagClassName
{
border-color: #B0387D;
}
</style>