Shades of Medium Violet Red #BC1396
Tints of Medium Violet Red #BC1396
RGB
CMYK
RGB Variations
Color information
#BC1396 (or 0xBC1396) is known color: Medium Violet Red. HEX triplet: BC, 13 and 96. RGB value is (188,19,150). Sum of RGB (Red+Green+Blue) = 188+19+150=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1396 is #43EC69. Grayscale: #545454. Windows color (decimal): -4451434 or 9835452. OLE color: 9835452.
HSL color Cylindrical-coordinate representation of color #BC1396: hue angle of 313.49º 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 #BC1396 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 150 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.26 |
| HSL | 313.49º | 0.82% | 0.41% | - |
| HSV(B) | 313.49º | 0.9% | 0.74% | - |
| XYZ | 26.48 | 13.36 | 30.04 | - |
| YUV | 84.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 150 | 0 | 0.90 | 0.20 | 0.26 | 313.49 | 0.82 | 0.41 |
| Hex | BC | 13 | 96 | 0 | 5A | 14 | 1A | 139 | 52 | 29 |
| Octal | 274 | 23 | 226 | 0 | 132 | 24 | 32 | 471 | 122 | 51 |
| Binary | 10111100 | 10011 | 10010110 | 0 | 1011010 | 10100 | 11010 | 100111001 | 1010010 | 101001 |
Color Harmonies of #BC1396
Complementary color
Monochromatic Colors of #BC1396
Black with #BC1396
Text Example
Text Example
White with #BC1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1396; }
p { color: rgb(188,19,150); }
H1.HeaderClassName
{
color: #BC1396;
}
.AnyTagClassName
{
color: #BC1396;
}
</style>
background-color css
<style>
a { background-color: #BC1396; }
a { background-color: rgb(188,19,150); }
div.DivClassName
{
background-color: #BC1396;
}
.BgClassName
{
background-color: #BC1396;
}
</style>
border-color css
<style>
span { border-color: #BC1396; }
span { border-color: rgb(188,19,150); }
td.TdClassName
{
border-color: #BC1396;
}
.TagClassName
{
border-color: #BC1396;
}
</style>