Shades of Medium Violet Red #BC068F
Tints of Medium Violet Red #BC068F
RGB
CMYK
RGB Variations
Color information
#BC068F (or 0xBC068F) is known color: Medium Violet Red. HEX triplet: BC, 06 and 8F. RGB value is (188,6,143). Sum of RGB (Red+Green+Blue) = 188+6+143=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC068F is #43F970. Grayscale: #4B4B4B. Windows color (decimal): -4454769 or 9373372. OLE color: 9373372.
HSL color Cylindrical-coordinate representation of color #BC068F: hue angle of 314.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC068F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.26 |
| HSL | 314.84º | 0.94% | 0.38% | - |
| HSV(B) | 314.84º | 0.97% | 0.74% | - |
| XYZ | 25.76 | 12.8 | 27.1 | - |
| YUV | 76.04 | 165.8 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 143 | 0 | 0.97 | 0.24 | 0.26 | 314.84 | 0.94 | 0.38 |
| Hex | BC | 6 | 8F | 0 | 61 | 18 | 1A | 13B | 5E | 26 |
| Octal | 274 | 6 | 217 | 0 | 141 | 30 | 32 | 473 | 136 | 46 |
| Binary | 10111100 | 110 | 10001111 | 0 | 1100001 | 11000 | 11010 | 100111011 | 1011110 | 100110 |
Color Harmonies of #BC068F
Complementary color
Monochromatic Colors of #BC068F
Black with #BC068F
Text Example
Text Example
White with #BC068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC068F; }
p { color: rgb(188,6,143); }
H1.HeaderClassName
{
color: #BC068F;
}
.AnyTagClassName
{
color: #BC068F;
}
</style>
background-color css
<style>
a { background-color: #BC068F; }
a { background-color: rgb(188,6,143); }
div.DivClassName
{
background-color: #BC068F;
}
.BgClassName
{
background-color: #BC068F;
}
</style>
border-color css
<style>
span { border-color: #BC068F; }
span { border-color: rgb(188,6,143); }
td.TdClassName
{
border-color: #BC068F;
}
.TagClassName
{
border-color: #BC068F;
}
</style>