Shades of Medium Violet Red #BC1395
Tints of Medium Violet Red #BC1395
RGB
CMYK
RGB Variations
Color information
#BC1395 (or 0xBC1395) is known color: Medium Violet Red. HEX triplet: BC, 13 and 95. RGB value is (188,19,149). Sum of RGB (Red+Green+Blue) = 188+19+149=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1395 is #43EC6A. Grayscale: #545454. Windows color (decimal): -4451435 or 9769916. OLE color: 9769916.
HSL color Cylindrical-coordinate representation of color #BC1395: hue angle of 313.85º 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 #BC1395 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.26 |
| HSL | 313.85º | 0.82% | 0.41% | - |
| HSV(B) | 313.85º | 0.9% | 0.74% | - |
| XYZ | 26.4 | 13.33 | 29.61 | - |
| YUV | 84.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 149 | 0 | 0.90 | 0.21 | 0.26 | 313.85 | 0.82 | 0.41 |
| Hex | BC | 13 | 95 | 0 | 5A | 15 | 1A | 13A | 52 | 29 |
| Octal | 274 | 23 | 225 | 0 | 132 | 25 | 32 | 472 | 122 | 51 |
| Binary | 10111100 | 10011 | 10010101 | 0 | 1011010 | 10101 | 11010 | 100111010 | 1010010 | 101001 |
Color Harmonies of #BC1395
Complementary color
Monochromatic Colors of #BC1395
Black with #BC1395
Text Example
Text Example
White with #BC1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1395; }
p { color: rgb(188,19,149); }
H1.HeaderClassName
{
color: #BC1395;
}
.AnyTagClassName
{
color: #BC1395;
}
</style>
background-color css
<style>
a { background-color: #BC1395; }
a { background-color: rgb(188,19,149); }
div.DivClassName
{
background-color: #BC1395;
}
.BgClassName
{
background-color: #BC1395;
}
</style>
border-color css
<style>
span { border-color: #BC1395; }
span { border-color: rgb(188,19,149); }
td.TdClassName
{
border-color: #BC1395;
}
.TagClassName
{
border-color: #BC1395;
}
</style>