Shades of Medium Violet Red #B0187B
Tints of Medium Violet Red #B0187B
RGB
CMYK
RGB Variations
Color information
#B0187B (or 0xB0187B) is known color: Medium Violet Red. HEX triplet: B0, 18 and 7B. RGB value is (176,24,123). Sum of RGB (Red+Green+Blue) = 176+24+123=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0187B is #4FE784. Grayscale: #505050. Windows color (decimal): -5236613 or 8067248. OLE color: 8067248.
HSL color Cylindrical-coordinate representation of color #B0187B: hue angle of 320.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0187B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 123 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.31 |
| HSL | 320.92º | 0.76% | 0.39% | - |
| HSV(B) | 320.92º | 0.86% | 0.69% | - |
| XYZ | 21.81 | 11.31 | 19.77 | - |
| YUV | 80.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 123 | 0 | 0.86 | 0.30 | 0.31 | 320.92 | 0.76 | 0.39 |
| Hex | B0 | 18 | 7B | 0 | 56 | 1E | 1F | 141 | 4C | 27 |
| Octal | 260 | 30 | 173 | 0 | 126 | 36 | 37 | 501 | 114 | 47 |
| Binary | 10110000 | 11000 | 1111011 | 0 | 1010110 | 11110 | 11111 | 101000001 | 1001100 | 100111 |
Color Harmonies of #B0187B
Complementary color
Monochromatic Colors of #B0187B
Black with #B0187B
Text Example
Text Example
White with #B0187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0187B; }
p { color: rgb(176,24,123); }
H1.HeaderClassName
{
color: #B0187B;
}
.AnyTagClassName
{
color: #B0187B;
}
</style>
background-color css
<style>
a { background-color: #B0187B; }
a { background-color: rgb(176,24,123); }
div.DivClassName
{
background-color: #B0187B;
}
.BgClassName
{
background-color: #B0187B;
}
</style>
border-color css
<style>
span { border-color: #B0187B; }
span { border-color: rgb(176,24,123); }
td.TdClassName
{
border-color: #B0187B;
}
.TagClassName
{
border-color: #B0187B;
}
</style>