Shades of Medium Violet Red #BC0184
Tints of Medium Violet Red #BC0184
RGB
CMYK
RGB Variations
Color information
#BC0184 (or 0xBC0184) is known color: Medium Violet Red. HEX triplet: BC, 01 and 84. RGB value is (188,1,132). Sum of RGB (Red+Green+Blue) = 188+1+132=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0184 is #43FE7B. Grayscale: #474747. Windows color (decimal): -4456060 or 8651196. OLE color: 8651196.
HSL color Cylindrical-coordinate representation of color #BC0184: hue angle of 317.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0184 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.26 |
| HSL | 317.97º | 0.99% | 0.37% | - |
| HSV(B) | 317.97º | 0.99% | 0.74% | - |
| XYZ | 24.91 | 12.38 | 22.91 | - |
| YUV | 71.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 132 | 0 | 0.99 | 0.30 | 0.26 | 317.97 | 0.99 | 0.37 |
| Hex | BC | 1 | 84 | 0 | 63 | 1E | 1A | 13E | 63 | 25 |
| Octal | 274 | 1 | 204 | 0 | 143 | 36 | 32 | 476 | 143 | 45 |
| Binary | 10111100 | 1 | 10000100 | 0 | 1100011 | 11110 | 11010 | 100111110 | 1100011 | 100101 |
Color Harmonies of #BC0184
Complementary color
Monochromatic Colors of #BC0184
Black with #BC0184
Text Example
Text Example
White with #BC0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0184; }
p { color: rgb(188,1,132); }
H1.HeaderClassName
{
color: #BC0184;
}
.AnyTagClassName
{
color: #BC0184;
}
</style>
background-color css
<style>
a { background-color: #BC0184; }
a { background-color: rgb(188,1,132); }
div.DivClassName
{
background-color: #BC0184;
}
.BgClassName
{
background-color: #BC0184;
}
</style>
border-color css
<style>
span { border-color: #BC0184; }
span { border-color: rgb(188,1,132); }
td.TdClassName
{
border-color: #BC0184;
}
.TagClassName
{
border-color: #BC0184;
}
</style>