Shades of Medium Red Violet #B0388B
Tints of Medium Red Violet #B0388B
RGB
CMYK
RGB Variations
Color information
#B0388B (or 0xB0388B) is known color: Medium Red Violet. HEX triplet: B0, 38 and 8B. RGB value is (176,56,139). Sum of RGB (Red+Green+Blue) = 176+56+139=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0388B is #4FC774. Grayscale: #656565. Windows color (decimal): -5228405 or 9124016. OLE color: 9124016.
HSL color Cylindrical-coordinate representation of color #B0388B: hue angle of 318.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 #B0388B is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 139 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.31 |
| HSL | 318.5º | 0.52% | 0.45% | - |
| HSV(B) | 318.5º | 0.68% | 0.69% | - |
| XYZ | 23.98 | 13.92 | 25.85 | - |
| YUV | 101.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 139 | 0 | 0.68 | 0.21 | 0.31 | 318.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 8B | 0 | 44 | 15 | 1F | 13E | 34 | 2D |
| Octal | 260 | 70 | 213 | 0 | 104 | 25 | 37 | 476 | 64 | 55 |
| Binary | 10110000 | 111000 | 10001011 | 0 | 1000100 | 10101 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #B0388B
Complementary color
Monochromatic Colors of #B0388B
Black with #B0388B
Text Example
Text Example
White with #B0388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0388B; }
p { color: rgb(176,56,139); }
H1.HeaderClassName
{
color: #B0388B;
}
.AnyTagClassName
{
color: #B0388B;
}
</style>
background-color css
<style>
a { background-color: #B0388B; }
a { background-color: rgb(176,56,139); }
div.DivClassName
{
background-color: #B0388B;
}
.BgClassName
{
background-color: #B0388B;
}
</style>
border-color css
<style>
span { border-color: #B0388B; }
span { border-color: rgb(176,56,139); }
td.TdClassName
{
border-color: #B0388B;
}
.TagClassName
{
border-color: #B0388B;
}
</style>