Shades of Medium Violet Red #BC0272
Tints of Medium Violet Red #BC0272
RGB
CMYK
RGB Variations
Color information
#BC0272 (or 0xBC0272) is known color: Medium Violet Red. HEX triplet: BC, 02 and 72. RGB value is (188,2,114). Sum of RGB (Red+Green+Blue) = 188+2+114=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0272 is #43FD8D. Grayscale: #464646. Windows color (decimal): -4455822 or 7471804. OLE color: 7471804.
HSL color Cylindrical-coordinate representation of color #BC0272: hue angle of 323.87º 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 #BC0272 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.26 |
| HSL | 323.87º | 0.98% | 0.37% | - |
| HSV(B) | 323.87º | 0.99% | 0.74% | - |
| XYZ | 23.8 | 11.95 | 16.97 | - |
| YUV | 70.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 114 | 0 | 0.99 | 0.39 | 0.26 | 323.87 | 0.98 | 0.37 |
| Hex | BC | 2 | 72 | 0 | 63 | 27 | 1A | 144 | 62 | 25 |
| Octal | 274 | 2 | 162 | 0 | 143 | 47 | 32 | 504 | 142 | 45 |
| Binary | 10111100 | 10 | 1110010 | 0 | 1100011 | 100111 | 11010 | 101000100 | 1100010 | 100101 |
Color Harmonies of #BC0272
Complementary color
Monochromatic Colors of #BC0272
Black with #BC0272
Text Example
Text Example
White with #BC0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0272; }
p { color: rgb(188,2,114); }
H1.HeaderClassName
{
color: #BC0272;
}
.AnyTagClassName
{
color: #BC0272;
}
</style>
background-color css
<style>
a { background-color: #BC0272; }
a { background-color: rgb(188,2,114); }
div.DivClassName
{
background-color: #BC0272;
}
.BgClassName
{
background-color: #BC0272;
}
</style>
border-color css
<style>
span { border-color: #BC0272; }
span { border-color: rgb(188,2,114); }
td.TdClassName
{
border-color: #BC0272;
}
.TagClassName
{
border-color: #BC0272;
}
</style>