Shades of Medium Red Violet #BC3499
Tints of Medium Red Violet #BC3499
RGB
CMYK
RGB Variations
Color information
#BC3499 (or 0xBC3499) is known color: Medium Red Violet. HEX triplet: BC, 34 and 99. RGB value is (188,52,153). Sum of RGB (Red+Green+Blue) = 188+52+153=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3499 is #43CB66. Grayscale: #676767. Windows color (decimal): -4442983 or 10040508. OLE color: 10040508.
HSL color Cylindrical-coordinate representation of color #BC3499: hue angle of 315.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3499 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 153 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.26 |
| HSL | 315.44º | 0.57% | 0.47% | - |
| HSV(B) | 315.44º | 0.72% | 0.74% | - |
| XYZ | 27.72 | 15.45 | 31.66 | - |
| YUV | 104.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 153 | 0 | 0.72 | 0.19 | 0.26 | 315.44 | 0.57 | 0.47 |
| Hex | BC | 34 | 99 | 0 | 48 | 13 | 1A | 13B | 39 | 2F |
| Octal | 274 | 64 | 231 | 0 | 110 | 23 | 32 | 473 | 71 | 57 |
| Binary | 10111100 | 110100 | 10011001 | 0 | 1001000 | 10011 | 11010 | 100111011 | 111001 | 101111 |
Color Harmonies of #BC3499
Complementary color
Monochromatic Colors of #BC3499
Black with #BC3499
Text Example
Text Example
White with #BC3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3499; }
p { color: rgb(188,52,153); }
H1.HeaderClassName
{
color: #BC3499;
}
.AnyTagClassName
{
color: #BC3499;
}
</style>
background-color css
<style>
a { background-color: #BC3499; }
a { background-color: rgb(188,52,153); }
div.DivClassName
{
background-color: #BC3499;
}
.BgClassName
{
background-color: #BC3499;
}
</style>
border-color css
<style>
span { border-color: #BC3499; }
span { border-color: rgb(188,52,153); }
td.TdClassName
{
border-color: #BC3499;
}
.TagClassName
{
border-color: #BC3499;
}
</style>