Shades of Medium Violet Red #BC068B
Tints of Medium Violet Red #BC068B
RGB
CMYK
RGB Variations
Color information
#BC068B (or 0xBC068B) is known color: Medium Violet Red. HEX triplet: BC, 06 and 8B. RGB value is (188,6,139). Sum of RGB (Red+Green+Blue) = 188+6+139=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC068B is #43F974. Grayscale: #4B4B4B. Windows color (decimal): -4454773 or 9111228. OLE color: 9111228.
HSL color Cylindrical-coordinate representation of color #BC068B: hue angle of 316.15º 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 #BC068B is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.26 |
| HSL | 316.15º | 0.94% | 0.38% | - |
| HSV(B) | 316.15º | 0.97% | 0.74% | - |
| XYZ | 25.46 | 12.69 | 25.53 | - |
| YUV | 75.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 139 | 0 | 0.97 | 0.26 | 0.26 | 316.15 | 0.94 | 0.38 |
| Hex | BC | 6 | 8B | 0 | 61 | 1A | 1A | 13C | 5E | 26 |
| Octal | 274 | 6 | 213 | 0 | 141 | 32 | 32 | 474 | 136 | 46 |
| Binary | 10111100 | 110 | 10001011 | 0 | 1100001 | 11010 | 11010 | 100111100 | 1011110 | 100110 |
Color Harmonies of #BC068B
Complementary color
Monochromatic Colors of #BC068B
Black with #BC068B
Text Example
Text Example
White with #BC068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC068B; }
p { color: rgb(188,6,139); }
H1.HeaderClassName
{
color: #BC068B;
}
.AnyTagClassName
{
color: #BC068B;
}
</style>
background-color css
<style>
a { background-color: #BC068B; }
a { background-color: rgb(188,6,139); }
div.DivClassName
{
background-color: #BC068B;
}
.BgClassName
{
background-color: #BC068B;
}
</style>
border-color css
<style>
span { border-color: #BC068B; }
span { border-color: rgb(188,6,139); }
td.TdClassName
{
border-color: #BC068B;
}
.TagClassName
{
border-color: #BC068B;
}
</style>