Shades of Medium Violet Red #BC069D
Tints of Medium Violet Red #BC069D
RGB
CMYK
RGB Variations
Color information
#BC069D (or 0xBC069D) is known color: Medium Violet Red. HEX triplet: BC, 06 and 9D. RGB value is (188,6,157). Sum of RGB (Red+Green+Blue) = 188+6+157=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC069D is #43F962. Grayscale: #4D4D4D. Windows color (decimal): -4454755 or 10290876. OLE color: 10290876.
HSL color Cylindrical-coordinate representation of color #BC069D: hue angle of 310.22º 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 #BC069D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.26 |
| HSL | 310.22º | 0.94% | 0.38% | - |
| HSV(B) | 310.22º | 0.97% | 0.74% | - |
| XYZ | 26.89 | 13.26 | 33.04 | - |
| YUV | 77.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 157 | 0 | 0.97 | 0.16 | 0.26 | 310.22 | 0.94 | 0.38 |
| Hex | BC | 6 | 9D | 0 | 61 | 10 | 1A | 136 | 5E | 26 |
| Octal | 274 | 6 | 235 | 0 | 141 | 20 | 32 | 466 | 136 | 46 |
| Binary | 10111100 | 110 | 10011101 | 0 | 1100001 | 10000 | 11010 | 100110110 | 1011110 | 100110 |
Color Harmonies of #BC069D
Complementary color
Monochromatic Colors of #BC069D
Black with #BC069D
Text Example
Text Example
White with #BC069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC069D; }
p { color: rgb(188,6,157); }
H1.HeaderClassName
{
color: #BC069D;
}
.AnyTagClassName
{
color: #BC069D;
}
</style>
background-color css
<style>
a { background-color: #BC069D; }
a { background-color: rgb(188,6,157); }
div.DivClassName
{
background-color: #BC069D;
}
.BgClassName
{
background-color: #BC069D;
}
</style>
border-color css
<style>
span { border-color: #BC069D; }
span { border-color: rgb(188,6,157); }
td.TdClassName
{
border-color: #BC069D;
}
.TagClassName
{
border-color: #BC069D;
}
</style>