Shades of Medium Violet Red #B0188A
Tints of Medium Violet Red #B0188A
RGB
CMYK
RGB Variations
Color information
#B0188A (or 0xB0188A) is known color: Medium Violet Red. HEX triplet: B0, 18 and 8A. RGB value is (176,24,138). Sum of RGB (Red+Green+Blue) = 176+24+138=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0188A is #4FE775. Grayscale: #525252. Windows color (decimal): -5236598 or 9050288. OLE color: 9050288.
HSL color Cylindrical-coordinate representation of color #B0188A: hue angle of 315º 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 #B0188A is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 138 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.31 |
| HSL | 315º | 0.76% | 0.39% | - |
| HSV(B) | 315º | 0.86% | 0.69% | - |
| XYZ | 22.82 | 11.72 | 25.1 | - |
| YUV | 82.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 138 | 0 | 0.86 | 0.22 | 0.31 | 315 | 0.76 | 0.39 |
| Hex | B0 | 18 | 8A | 0 | 56 | 16 | 1F | 13B | 4C | 27 |
| Octal | 260 | 30 | 212 | 0 | 126 | 26 | 37 | 473 | 114 | 47 |
| Binary | 10110000 | 11000 | 10001010 | 0 | 1010110 | 10110 | 11111 | 100111011 | 1001100 | 100111 |
Color Harmonies of #B0188A
Complementary color
Monochromatic Colors of #B0188A
Black with #B0188A
Text Example
Text Example
White with #B0188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0188A; }
p { color: rgb(176,24,138); }
H1.HeaderClassName
{
color: #B0188A;
}
.AnyTagClassName
{
color: #B0188A;
}
</style>
background-color css
<style>
a { background-color: #B0188A; }
a { background-color: rgb(176,24,138); }
div.DivClassName
{
background-color: #B0188A;
}
.BgClassName
{
background-color: #B0188A;
}
</style>
border-color css
<style>
span { border-color: #B0188A; }
span { border-color: rgb(176,24,138); }
td.TdClassName
{
border-color: #B0188A;
}
.TagClassName
{
border-color: #B0188A;
}
</style>