Shades of Medium Violet Red #BC0B94
Tints of Medium Violet Red #BC0B94
RGB
CMYK
RGB Variations
Color information
#BC0B94 (or 0xBC0B94) is known color: Medium Violet Red. HEX triplet: BC, 0B and 94. RGB value is (188,11,148). Sum of RGB (Red+Green+Blue) = 188+11+148=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B94 is #43F46B. Grayscale: #4F4F4F. Windows color (decimal): -4453484 or 9702332. OLE color: 9702332.
HSL color Cylindrical-coordinate representation of color #BC0B94: hue angle of 313.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B94 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 148 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.26 |
| HSL | 313.56º | 0.89% | 0.39% | - |
| HSV(B) | 313.56º | 0.94% | 0.74% | - |
| XYZ | 26.2 | 13.07 | 29.16 | - |
| YUV | 79.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 148 | 0 | 0.94 | 0.21 | 0.26 | 313.56 | 0.89 | 0.39 |
| Hex | BC | B | 94 | 0 | 5E | 15 | 1A | 13A | 59 | 27 |
| Octal | 274 | 13 | 224 | 0 | 136 | 25 | 32 | 472 | 131 | 47 |
| Binary | 10111100 | 1011 | 10010100 | 0 | 1011110 | 10101 | 11010 | 100111010 | 1011001 | 100111 |
Color Harmonies of #BC0B94
Complementary color
Monochromatic Colors of #BC0B94
Black with #BC0B94
Text Example
Text Example
White with #BC0B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B94; }
p { color: rgb(188,11,148); }
H1.HeaderClassName
{
color: #BC0B94;
}
.AnyTagClassName
{
color: #BC0B94;
}
</style>
background-color css
<style>
a { background-color: #BC0B94; }
a { background-color: rgb(188,11,148); }
div.DivClassName
{
background-color: #BC0B94;
}
.BgClassName
{
background-color: #BC0B94;
}
</style>
border-color css
<style>
span { border-color: #BC0B94; }
span { border-color: rgb(188,11,148); }
td.TdClassName
{
border-color: #BC0B94;
}
.TagClassName
{
border-color: #BC0B94;
}
</style>