Shades of Medium Violet Red #BC0883
Tints of Medium Violet Red #BC0883
RGB
CMYK
RGB Variations
Color information
#BC0883 (or 0xBC0883) is known color: Medium Violet Red. HEX triplet: BC, 08 and 83. RGB value is (188,8,131). Sum of RGB (Red+Green+Blue) = 188+8+131=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0883 is #43F77C. Grayscale: #4B4B4B. Windows color (decimal): -4454269 or 8587452. OLE color: 8587452.
HSL color Cylindrical-coordinate representation of color #BC0883: hue angle of 319º 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 #BC0883 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.26 |
| HSL | 319º | 0.92% | 0.38% | - |
| HSV(B) | 319º | 0.96% | 0.74% | - |
| XYZ | 24.92 | 12.5 | 22.57 | - |
| YUV | 75.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 131 | 0 | 0.96 | 0.30 | 0.26 | 319 | 0.92 | 0.38 |
| Hex | BC | 8 | 83 | 0 | 60 | 1E | 1A | 13F | 5C | 26 |
| Octal | 274 | 10 | 203 | 0 | 140 | 36 | 32 | 477 | 134 | 46 |
| Binary | 10111100 | 1000 | 10000011 | 0 | 1100000 | 11110 | 11010 | 100111111 | 1011100 | 100110 |
Color Harmonies of #BC0883
Complementary color
Monochromatic Colors of #BC0883
Black with #BC0883
Text Example
Text Example
White with #BC0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0883; }
p { color: rgb(188,8,131); }
H1.HeaderClassName
{
color: #BC0883;
}
.AnyTagClassName
{
color: #BC0883;
}
</style>
background-color css
<style>
a { background-color: #BC0883; }
a { background-color: rgb(188,8,131); }
div.DivClassName
{
background-color: #BC0883;
}
.BgClassName
{
background-color: #BC0883;
}
</style>
border-color css
<style>
span { border-color: #BC0883; }
span { border-color: rgb(188,8,131); }
td.TdClassName
{
border-color: #BC0883;
}
.TagClassName
{
border-color: #BC0883;
}
</style>