Shades of Medium Red Violet #BC2F7A
Tints of Medium Red Violet #BC2F7A
RGB
CMYK
RGB Variations
Color information
#BC2F7A (or 0xBC2F7A) is known color: Medium Red Violet. HEX triplet: BC, 2F and 7A. RGB value is (188,47,122). Sum of RGB (Red+Green+Blue) = 188+47+122=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F7A is #43D085. Grayscale: #616161. Windows color (decimal): -4444294 or 8007612. OLE color: 8007612.
HSL color Cylindrical-coordinate representation of color #BC2F7A: hue angle of 328.09º 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 #BC2F7A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 122 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.26 |
| HSL | 328.09º | 0.6% | 0.46% | - |
| HSV(B) | 328.09º | 0.75% | 0.74% | - |
| XYZ | 25.27 | 14.13 | 19.81 | - |
| YUV | 97.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 122 | 0 | 0.75 | 0.35 | 0.26 | 328.09 | 0.6 | 0.46 |
| Hex | BC | 2F | 7A | 0 | 4B | 23 | 1A | 148 | 3C | 2E |
| Octal | 274 | 57 | 172 | 0 | 113 | 43 | 32 | 510 | 74 | 56 |
| Binary | 10111100 | 101111 | 1111010 | 0 | 1001011 | 100011 | 11010 | 101001000 | 111100 | 101110 |
Color Harmonies of #BC2F7A
Complementary color
Monochromatic Colors of #BC2F7A
Black with #BC2F7A
Text Example
Text Example
White with #BC2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F7A; }
p { color: rgb(188,47,122); }
H1.HeaderClassName
{
color: #BC2F7A;
}
.AnyTagClassName
{
color: #BC2F7A;
}
</style>
background-color css
<style>
a { background-color: #BC2F7A; }
a { background-color: rgb(188,47,122); }
div.DivClassName
{
background-color: #BC2F7A;
}
.BgClassName
{
background-color: #BC2F7A;
}
</style>
border-color css
<style>
span { border-color: #BC2F7A; }
span { border-color: rgb(188,47,122); }
td.TdClassName
{
border-color: #BC2F7A;
}
.TagClassName
{
border-color: #BC2F7A;
}
</style>