Shades of Medium Violet Red #BC0C93
Tints of Medium Violet Red #BC0C93
RGB
CMYK
RGB Variations
Color information
#BC0C93 (or 0xBC0C93) is known color: Medium Violet Red. HEX triplet: BC, 0C and 93. RGB value is (188,12,147). Sum of RGB (Red+Green+Blue) = 188+12+147=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C93 is #43F36C. Grayscale: #4F4F4F. Windows color (decimal): -4453229 or 9637052. OLE color: 9637052.
HSL color Cylindrical-coordinate representation of color #BC0C93: hue angle of 313.98º degrees, saturation: 0.88, 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 #BC0C93 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 147 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.26 |
| HSL | 313.98º | 0.88% | 0.39% | - |
| HSV(B) | 313.98º | 0.94% | 0.74% | - |
| XYZ | 26.14 | 13.06 | 28.75 | - |
| YUV | 80.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 147 | 0 | 0.94 | 0.22 | 0.26 | 313.98 | 0.88 | 0.39 |
| Hex | BC | C | 93 | 0 | 5E | 16 | 1A | 13A | 58 | 27 |
| Octal | 274 | 14 | 223 | 0 | 136 | 26 | 32 | 472 | 130 | 47 |
| Binary | 10111100 | 1100 | 10010011 | 0 | 1011110 | 10110 | 11010 | 100111010 | 1011000 | 100111 |
Color Harmonies of #BC0C93
Complementary color
Monochromatic Colors of #BC0C93
Black with #BC0C93
Text Example
Text Example
White with #BC0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C93; }
p { color: rgb(188,12,147); }
H1.HeaderClassName
{
color: #BC0C93;
}
.AnyTagClassName
{
color: #BC0C93;
}
</style>
background-color css
<style>
a { background-color: #BC0C93; }
a { background-color: rgb(188,12,147); }
div.DivClassName
{
background-color: #BC0C93;
}
.BgClassName
{
background-color: #BC0C93;
}
</style>
border-color css
<style>
span { border-color: #BC0C93; }
span { border-color: rgb(188,12,147); }
td.TdClassName
{
border-color: #BC0C93;
}
.TagClassName
{
border-color: #BC0C93;
}
</style>