Shades of Medium Violet Red #BC0882
Tints of Medium Violet Red #BC0882
RGB
CMYK
RGB Variations
Color information
#BC0882 (or 0xBC0882) is known color: Medium Violet Red. HEX triplet: BC, 08 and 82. RGB value is (188,8,130). Sum of RGB (Red+Green+Blue) = 188+8+130=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0882 is #43F77D. Grayscale: #4B4B4B. Windows color (decimal): -4454270 or 8521916. OLE color: 8521916.
HSL color Cylindrical-coordinate representation of color #BC0882: hue angle of 319.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0882 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.26 |
| HSL | 319.33º | 0.92% | 0.38% | - |
| HSV(B) | 319.33º | 0.96% | 0.74% | - |
| XYZ | 24.86 | 12.48 | 22.22 | - |
| YUV | 75.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 130 | 0 | 0.96 | 0.31 | 0.26 | 319.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 82 | 0 | 60 | 1F | 1A | 13F | 5C | 26 |
| Octal | 274 | 10 | 202 | 0 | 140 | 37 | 32 | 477 | 134 | 46 |
| Binary | 10111100 | 1000 | 10000010 | 0 | 1100000 | 11111 | 11010 | 100111111 | 1011100 | 100110 |
Color Harmonies of #BC0882
Complementary color
Monochromatic Colors of #BC0882
Black with #BC0882
Text Example
Text Example
White with #BC0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0882; }
p { color: rgb(188,8,130); }
H1.HeaderClassName
{
color: #BC0882;
}
.AnyTagClassName
{
color: #BC0882;
}
</style>
background-color css
<style>
a { background-color: #BC0882; }
a { background-color: rgb(188,8,130); }
div.DivClassName
{
background-color: #BC0882;
}
.BgClassName
{
background-color: #BC0882;
}
</style>
border-color css
<style>
span { border-color: #BC0882; }
span { border-color: rgb(188,8,130); }
td.TdClassName
{
border-color: #BC0882;
}
.TagClassName
{
border-color: #BC0882;
}
</style>