Shades of Medium Violet Red #BC0993
Tints of Medium Violet Red #BC0993
RGB
CMYK
RGB Variations
Color information
#BC0993 (or 0xBC0993) is known color: Medium Violet Red. HEX triplet: BC, 09 and 93. RGB value is (188,9,147). Sum of RGB (Red+Green+Blue) = 188+9+147=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0993 is #43F66C. Grayscale: #4D4D4D. Windows color (decimal): -4453997 or 9636284. OLE color: 9636284.
HSL color Cylindrical-coordinate representation of color #BC0993: hue angle of 313.74º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0993 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 147 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.26 |
| HSL | 313.74º | 0.91% | 0.39% | - |
| HSV(B) | 313.74º | 0.95% | 0.74% | - |
| XYZ | 26.1 | 12.99 | 28.74 | - |
| YUV | 78.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 147 | 0 | 0.95 | 0.22 | 0.26 | 313.74 | 0.91 | 0.39 |
| Hex | BC | 9 | 93 | 0 | 5F | 16 | 1A | 13A | 5B | 27 |
| Octal | 274 | 11 | 223 | 0 | 137 | 26 | 32 | 472 | 133 | 47 |
| Binary | 10111100 | 1001 | 10010011 | 0 | 1011111 | 10110 | 11010 | 100111010 | 1011011 | 100111 |
Color Harmonies of #BC0993
Complementary color
Monochromatic Colors of #BC0993
Black with #BC0993
Text Example
Text Example
White with #BC0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0993; }
p { color: rgb(188,9,147); }
H1.HeaderClassName
{
color: #BC0993;
}
.AnyTagClassName
{
color: #BC0993;
}
</style>
background-color css
<style>
a { background-color: #BC0993; }
a { background-color: rgb(188,9,147); }
div.DivClassName
{
background-color: #BC0993;
}
.BgClassName
{
background-color: #BC0993;
}
</style>
border-color css
<style>
span { border-color: #BC0993; }
span { border-color: rgb(188,9,147); }
td.TdClassName
{
border-color: #BC0993;
}
.TagClassName
{
border-color: #BC0993;
}
</style>