Shades of Medium Red Violet #BC2F7E
Tints of Medium Red Violet #BC2F7E
RGB
CMYK
RGB Variations
Color information
#BC2F7E (or 0xBC2F7E) is known color: Medium Red Violet. HEX triplet: BC, 2F and 7E. RGB value is (188,47,126). Sum of RGB (Red+Green+Blue) = 188+47+126=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F7E is #43D081. Grayscale: #616161. Windows color (decimal): -4444290 or 8269756. OLE color: 8269756.
HSL color Cylindrical-coordinate representation of color #BC2F7E: hue angle of 326.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F7E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 126 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.26 |
| HSL | 326.38º | 0.6% | 0.46% | - |
| HSV(B) | 326.38º | 0.75% | 0.74% | - |
| XYZ | 25.52 | 14.23 | 21.14 | - |
| YUV | 98.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 126 | 0 | 0.75 | 0.33 | 0.26 | 326.38 | 0.6 | 0.46 |
| Hex | BC | 2F | 7E | 0 | 4B | 21 | 1A | 146 | 3C | 2E |
| Octal | 274 | 57 | 176 | 0 | 113 | 41 | 32 | 506 | 74 | 56 |
| Binary | 10111100 | 101111 | 1111110 | 0 | 1001011 | 100001 | 11010 | 101000110 | 111100 | 101110 |
Color Harmonies of #BC2F7E
Complementary color
Monochromatic Colors of #BC2F7E
Black with #BC2F7E
Text Example
Text Example
White with #BC2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F7E; }
p { color: rgb(188,47,126); }
H1.HeaderClassName
{
color: #BC2F7E;
}
.AnyTagClassName
{
color: #BC2F7E;
}
</style>
background-color css
<style>
a { background-color: #BC2F7E; }
a { background-color: rgb(188,47,126); }
div.DivClassName
{
background-color: #BC2F7E;
}
.BgClassName
{
background-color: #BC2F7E;
}
</style>
border-color css
<style>
span { border-color: #BC2F7E; }
span { border-color: rgb(188,47,126); }
td.TdClassName
{
border-color: #BC2F7E;
}
.TagClassName
{
border-color: #BC2F7E;
}
</style>