Shades of Medium Violet Red #BC048A
Tints of Medium Violet Red #BC048A
RGB
CMYK
RGB Variations
Color information
#BC048A (or 0xBC048A) is known color: Medium Violet Red. HEX triplet: BC, 04 and 8A. RGB value is (188,4,138). Sum of RGB (Red+Green+Blue) = 188+4+138=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC048A is #43FB75. Grayscale: #494949. Windows color (decimal): -4455286 or 9045180. OLE color: 9045180.
HSL color Cylindrical-coordinate representation of color #BC048A: hue angle of 316.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC048A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.26 |
| HSL | 316.3º | 0.96% | 0.38% | - |
| HSV(B) | 316.3º | 0.98% | 0.74% | - |
| XYZ | 25.37 | 12.61 | 25.14 | - |
| YUV | 74.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 138 | 0 | 0.98 | 0.27 | 0.26 | 316.3 | 0.96 | 0.38 |
| Hex | BC | 4 | 8A | 0 | 62 | 1B | 1A | 13C | 60 | 26 |
| Octal | 274 | 4 | 212 | 0 | 142 | 33 | 32 | 474 | 140 | 46 |
| Binary | 10111100 | 100 | 10001010 | 0 | 1100010 | 11011 | 11010 | 100111100 | 1100000 | 100110 |
Color Harmonies of #BC048A
Complementary color
Monochromatic Colors of #BC048A
Black with #BC048A
Text Example
Text Example
White with #BC048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC048A; }
p { color: rgb(188,4,138); }
H1.HeaderClassName
{
color: #BC048A;
}
.AnyTagClassName
{
color: #BC048A;
}
</style>
background-color css
<style>
a { background-color: #BC048A; }
a { background-color: rgb(188,4,138); }
div.DivClassName
{
background-color: #BC048A;
}
.BgClassName
{
background-color: #BC048A;
}
</style>
border-color css
<style>
span { border-color: #BC048A; }
span { border-color: rgb(188,4,138); }
td.TdClassName
{
border-color: #BC048A;
}
.TagClassName
{
border-color: #BC048A;
}
</style>