Shades of Medium Violet Red #BC0273
Tints of Medium Violet Red #BC0273
RGB
CMYK
RGB Variations
Color information
#BC0273 (or 0xBC0273) is known color: Medium Violet Red. HEX triplet: BC, 02 and 73. RGB value is (188,2,115). Sum of RGB (Red+Green+Blue) = 188+2+115=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0273 is #43FD8C. Grayscale: #464646. Windows color (decimal): -4455821 or 7537340. OLE color: 7537340.
HSL color Cylindrical-coordinate representation of color #BC0273: hue angle of 323.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0273 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.26 |
| HSL | 323.55º | 0.98% | 0.37% | - |
| HSV(B) | 323.55º | 0.99% | 0.74% | - |
| XYZ | 23.86 | 11.97 | 17.27 | - |
| YUV | 70.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 115 | 0 | 0.99 | 0.39 | 0.26 | 323.55 | 0.98 | 0.37 |
| Hex | BC | 2 | 73 | 0 | 63 | 27 | 1A | 144 | 62 | 25 |
| Octal | 274 | 2 | 163 | 0 | 143 | 47 | 32 | 504 | 142 | 45 |
| Binary | 10111100 | 10 | 1110011 | 0 | 1100011 | 100111 | 11010 | 101000100 | 1100010 | 100101 |
Color Harmonies of #BC0273
Complementary color
Monochromatic Colors of #BC0273
Black with #BC0273
Text Example
Text Example
White with #BC0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0273; }
p { color: rgb(188,2,115); }
H1.HeaderClassName
{
color: #BC0273;
}
.AnyTagClassName
{
color: #BC0273;
}
</style>
background-color css
<style>
a { background-color: #BC0273; }
a { background-color: rgb(188,2,115); }
div.DivClassName
{
background-color: #BC0273;
}
.BgClassName
{
background-color: #BC0273;
}
</style>
border-color css
<style>
span { border-color: #BC0273; }
span { border-color: rgb(188,2,115); }
td.TdClassName
{
border-color: #BC0273;
}
.TagClassName
{
border-color: #BC0273;
}
</style>