Shades of Medium Violet Red #BC067B
Tints of Medium Violet Red #BC067B
RGB
CMYK
RGB Variations
Color information
#BC067B (or 0xBC067B) is known color: Medium Violet Red. HEX triplet: BC, 06 and 7B. RGB value is (188,6,123). Sum of RGB (Red+Green+Blue) = 188+6+123=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC067B is #43F984. Grayscale: #494949. Windows color (decimal): -4454789 or 8062652. OLE color: 8062652.
HSL color Cylindrical-coordinate representation of color #BC067B: hue angle of 321.43º 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 #BC067B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.26 |
| HSL | 321.43º | 0.94% | 0.38% | - |
| HSV(B) | 321.43º | 0.97% | 0.74% | - |
| XYZ | 24.38 | 12.25 | 19.82 | - |
| YUV | 73.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 123 | 0 | 0.97 | 0.35 | 0.26 | 321.43 | 0.94 | 0.38 |
| Hex | BC | 6 | 7B | 0 | 61 | 23 | 1A | 141 | 5E | 26 |
| Octal | 274 | 6 | 173 | 0 | 141 | 43 | 32 | 501 | 136 | 46 |
| Binary | 10111100 | 110 | 1111011 | 0 | 1100001 | 100011 | 11010 | 101000001 | 1011110 | 100110 |
Color Harmonies of #BC067B
Complementary color
Monochromatic Colors of #BC067B
Black with #BC067B
Text Example
Text Example
White with #BC067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC067B; }
p { color: rgb(188,6,123); }
H1.HeaderClassName
{
color: #BC067B;
}
.AnyTagClassName
{
color: #BC067B;
}
</style>
background-color css
<style>
a { background-color: #BC067B; }
a { background-color: rgb(188,6,123); }
div.DivClassName
{
background-color: #BC067B;
}
.BgClassName
{
background-color: #BC067B;
}
</style>
border-color css
<style>
span { border-color: #BC067B; }
span { border-color: rgb(188,6,123); }
td.TdClassName
{
border-color: #BC067B;
}
.TagClassName
{
border-color: #BC067B;
}
</style>