Shades of Medium Red Violet #B0388C
Tints of Medium Red Violet #B0388C
RGB
CMYK
RGB Variations
Color information
#B0388C (or 0xB0388C) is known color: Medium Red Violet. HEX triplet: B0, 38 and 8C. RGB value is (176,56,140). Sum of RGB (Red+Green+Blue) = 176+56+140=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0388C is #4FC773. Grayscale: #656565. Windows color (decimal): -5228404 or 9189552. OLE color: 9189552.
HSL color Cylindrical-coordinate representation of color #B0388C: hue angle of 318º 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 #B0388C is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 140 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.31 |
| HSL | 318º | 0.52% | 0.45% | - |
| HSV(B) | 318º | 0.68% | 0.69% | - |
| XYZ | 24.05 | 13.95 | 26.24 | - |
| YUV | 101.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 140 | 0 | 0.68 | 0.20 | 0.31 | 318 | 0.52 | 0.45 |
| Hex | B0 | 38 | 8C | 0 | 44 | 14 | 1F | 13E | 34 | 2D |
| Octal | 260 | 70 | 214 | 0 | 104 | 24 | 37 | 476 | 64 | 55 |
| Binary | 10110000 | 111000 | 10001100 | 0 | 1000100 | 10100 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #B0388C
Complementary color
Monochromatic Colors of #B0388C
Black with #B0388C
Text Example
Text Example
White with #B0388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0388C; }
p { color: rgb(176,56,140); }
H1.HeaderClassName
{
color: #B0388C;
}
.AnyTagClassName
{
color: #B0388C;
}
</style>
background-color css
<style>
a { background-color: #B0388C; }
a { background-color: rgb(176,56,140); }
div.DivClassName
{
background-color: #B0388C;
}
.BgClassName
{
background-color: #B0388C;
}
</style>
border-color css
<style>
span { border-color: #B0388C; }
span { border-color: rgb(176,56,140); }
td.TdClassName
{
border-color: #B0388C;
}
.TagClassName
{
border-color: #B0388C;
}
</style>