Shades of Medium Violet Red #BC0F81
Tints of Medium Violet Red #BC0F81
RGB
CMYK
RGB Variations
Color information
#BC0F81 (or 0xBC0F81) is known color: Medium Violet Red. HEX triplet: BC, 0F and 81. RGB value is (188,15,129). Sum of RGB (Red+Green+Blue) = 188+15+129=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F81 is #43F07E. Grayscale: #4F4F4F. Windows color (decimal): -4452479 or 8458172. OLE color: 8458172.
HSL color Cylindrical-coordinate representation of color #BC0F81: hue angle of 320.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F81 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 129 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.26 |
| HSL | 320.46º | 0.85% | 0.4% | - |
| HSV(B) | 320.46º | 0.92% | 0.74% | - |
| XYZ | 24.87 | 12.62 | 21.89 | - |
| YUV | 79.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 129 | 0 | 0.92 | 0.31 | 0.26 | 320.46 | 0.85 | 0.4 |
| Hex | BC | F | 81 | 0 | 5C | 1F | 1A | 140 | 55 | 28 |
| Octal | 274 | 17 | 201 | 0 | 134 | 37 | 32 | 500 | 125 | 50 |
| Binary | 10111100 | 1111 | 10000001 | 0 | 1011100 | 11111 | 11010 | 101000000 | 1010101 | 101000 |
Color Harmonies of #BC0F81
Complementary color
Monochromatic Colors of #BC0F81
Black with #BC0F81
Text Example
Text Example
White with #BC0F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F81; }
p { color: rgb(188,15,129); }
H1.HeaderClassName
{
color: #BC0F81;
}
.AnyTagClassName
{
color: #BC0F81;
}
</style>
background-color css
<style>
a { background-color: #BC0F81; }
a { background-color: rgb(188,15,129); }
div.DivClassName
{
background-color: #BC0F81;
}
.BgClassName
{
background-color: #BC0F81;
}
</style>
border-color css
<style>
span { border-color: #BC0F81; }
span { border-color: rgb(188,15,129); }
td.TdClassName
{
border-color: #BC0F81;
}
.TagClassName
{
border-color: #BC0F81;
}
</style>