Shades of Medium Violet Red #BC1381
Tints of Medium Violet Red #BC1381
RGB
CMYK
RGB Variations
Color information
#BC1381 (or 0xBC1381) is known color: Medium Violet Red. HEX triplet: BC, 13 and 81. RGB value is (188,19,129). Sum of RGB (Red+Green+Blue) = 188+19+129=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1381 is #43EC7E. Grayscale: #515151. Windows color (decimal): -4451455 or 8459196. OLE color: 8459196.
HSL color Cylindrical-coordinate representation of color #BC1381: hue angle of 320.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1381 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 129 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.26 |
| HSL | 320.95º | 0.82% | 0.41% | - |
| HSV(B) | 320.95º | 0.9% | 0.74% | - |
| XYZ | 24.93 | 12.74 | 21.91 | - |
| YUV | 82.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 129 | 0 | 0.90 | 0.31 | 0.26 | 320.95 | 0.82 | 0.41 |
| Hex | BC | 13 | 81 | 0 | 5A | 1F | 1A | 141 | 52 | 29 |
| Octal | 274 | 23 | 201 | 0 | 132 | 37 | 32 | 501 | 122 | 51 |
| Binary | 10111100 | 10011 | 10000001 | 0 | 1011010 | 11111 | 11010 | 101000001 | 1010010 | 101001 |
Color Harmonies of #BC1381
Complementary color
Monochromatic Colors of #BC1381
Black with #BC1381
Text Example
Text Example
White with #BC1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1381; }
p { color: rgb(188,19,129); }
H1.HeaderClassName
{
color: #BC1381;
}
.AnyTagClassName
{
color: #BC1381;
}
</style>
background-color css
<style>
a { background-color: #BC1381; }
a { background-color: rgb(188,19,129); }
div.DivClassName
{
background-color: #BC1381;
}
.BgClassName
{
background-color: #BC1381;
}
</style>
border-color css
<style>
span { border-color: #BC1381; }
span { border-color: rgb(188,19,129); }
td.TdClassName
{
border-color: #BC1381;
}
.TagClassName
{
border-color: #BC1381;
}
</style>