Shades of Medium Violet Red #BC129F
Tints of Medium Violet Red #BC129F
RGB
CMYK
RGB Variations
Color information
#BC129F (or 0xBC129F) is known color: Medium Violet Red. HEX triplet: BC, 12 and 9F. RGB value is (188,18,159). Sum of RGB (Red+Green+Blue) = 188+18+159=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129F is #43ED60. Grayscale: #545454. Windows color (decimal): -4451681 or 10425020. OLE color: 10425020.
HSL color Cylindrical-coordinate representation of color #BC129F: hue angle of 310.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC129F is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.26 |
| HSL | 310.24º | 0.83% | 0.4% | - |
| HSV(B) | 310.24º | 0.9% | 0.74% | - |
| XYZ | 27.21 | 13.63 | 34 | - |
| YUV | 84.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 159 | 0 | 0.90 | 0.15 | 0.26 | 310.24 | 0.83 | 0.4 |
| Hex | BC | 12 | 9F | 0 | 5A | F | 1A | 136 | 53 | 28 |
| Octal | 274 | 22 | 237 | 0 | 132 | 17 | 32 | 466 | 123 | 50 |
| Binary | 10111100 | 10010 | 10011111 | 0 | 1011010 | 1111 | 11010 | 100110110 | 1010011 | 101000 |
Color Harmonies of #BC129F
Complementary color
Monochromatic Colors of #BC129F
Black with #BC129F
Text Example
Text Example
White with #BC129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC129F; }
p { color: rgb(188,18,159); }
H1.HeaderClassName
{
color: #BC129F;
}
.AnyTagClassName
{
color: #BC129F;
}
</style>
background-color css
<style>
a { background-color: #BC129F; }
a { background-color: rgb(188,18,159); }
div.DivClassName
{
background-color: #BC129F;
}
.BgClassName
{
background-color: #BC129F;
}
</style>
border-color css
<style>
span { border-color: #BC129F; }
span { border-color: rgb(188,18,159); }
td.TdClassName
{
border-color: #BC129F;
}
.TagClassName
{
border-color: #BC129F;
}
</style>