Shades of Medium Red Violet #BC3398
Tints of Medium Red Violet #BC3398
RGB
CMYK
RGB Variations
Color information
#BC3398 (or 0xBC3398) is known color: Medium Red Violet. HEX triplet: BC, 33 and 98. RGB value is (188,51,152). Sum of RGB (Red+Green+Blue) = 188+51+152=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3398 is #43CC67. Grayscale: #676767. Windows color (decimal): -4443240 or 9974716. OLE color: 9974716.
HSL color Cylindrical-coordinate representation of color #BC3398: hue angle of 315.77º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3398 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 152 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.26 |
| HSL | 315.77º | 0.57% | 0.47% | - |
| HSV(B) | 315.77º | 0.73% | 0.74% | - |
| XYZ | 27.59 | 15.33 | 31.21 | - |
| YUV | 103.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 152 | 0 | 0.73 | 0.19 | 0.26 | 315.77 | 0.57 | 0.47 |
| Hex | BC | 33 | 98 | 0 | 49 | 13 | 1A | 13C | 39 | 2F |
| Octal | 274 | 63 | 230 | 0 | 111 | 23 | 32 | 474 | 71 | 57 |
| Binary | 10111100 | 110011 | 10011000 | 0 | 1001001 | 10011 | 11010 | 100111100 | 111001 | 101111 |
Color Harmonies of #BC3398
Complementary color
Monochromatic Colors of #BC3398
Black with #BC3398
Text Example
Text Example
White with #BC3398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3398; }
p { color: rgb(188,51,152); }
H1.HeaderClassName
{
color: #BC3398;
}
.AnyTagClassName
{
color: #BC3398;
}
</style>
background-color css
<style>
a { background-color: #BC3398; }
a { background-color: rgb(188,51,152); }
div.DivClassName
{
background-color: #BC3398;
}
.BgClassName
{
background-color: #BC3398;
}
</style>
border-color css
<style>
span { border-color: #BC3398; }
span { border-color: rgb(188,51,152); }
td.TdClassName
{
border-color: #BC3398;
}
.TagClassName
{
border-color: #BC3398;
}
</style>