Shades of Medium Red Violet #BC2F9D
Tints of Medium Red Violet #BC2F9D
RGB
CMYK
RGB Variations
Color information
#BC2F9D (or 0xBC2F9D) is known color: Medium Red Violet. HEX triplet: BC, 2F and 9D. RGB value is (188,47,157). Sum of RGB (Red+Green+Blue) = 188+47+157=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F9D is #43D062. Grayscale: #656565. Windows color (decimal): -4444259 or 10301372. OLE color: 10301372.
HSL color Cylindrical-coordinate representation of color #BC2F9D: hue angle of 313.19º 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 #BC2F9D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 157 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.26 |
| HSL | 313.19º | 0.6% | 0.46% | - |
| HSV(B) | 313.19º | 0.75% | 0.74% | - |
| XYZ | 27.84 | 15.16 | 33.36 | - |
| YUV | 101.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 157 | 0 | 0.75 | 0.16 | 0.26 | 313.19 | 0.6 | 0.46 |
| Hex | BC | 2F | 9D | 0 | 4B | 10 | 1A | 139 | 3C | 2E |
| Octal | 274 | 57 | 235 | 0 | 113 | 20 | 32 | 471 | 74 | 56 |
| Binary | 10111100 | 101111 | 10011101 | 0 | 1001011 | 10000 | 11010 | 100111001 | 111100 | 101110 |
Color Harmonies of #BC2F9D
Complementary color
Monochromatic Colors of #BC2F9D
Black with #BC2F9D
Text Example
Text Example
White with #BC2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F9D; }
p { color: rgb(188,47,157); }
H1.HeaderClassName
{
color: #BC2F9D;
}
.AnyTagClassName
{
color: #BC2F9D;
}
</style>
background-color css
<style>
a { background-color: #BC2F9D; }
a { background-color: rgb(188,47,157); }
div.DivClassName
{
background-color: #BC2F9D;
}
.BgClassName
{
background-color: #BC2F9D;
}
</style>
border-color css
<style>
span { border-color: #BC2F9D; }
span { border-color: rgb(188,47,157); }
td.TdClassName
{
border-color: #BC2F9D;
}
.TagClassName
{
border-color: #BC2F9D;
}
</style>