Shades of Medium Red Violet #BC338C
Tints of Medium Red Violet #BC338C
RGB
CMYK
RGB Variations
Color information
#BC338C (or 0xBC338C) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8C. RGB value is (188,51,140). Sum of RGB (Red+Green+Blue) = 188+51+140=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338C is #43CC73. Grayscale: #656565. Windows color (decimal): -4443252 or 9188284. OLE color: 9188284.
HSL color Cylindrical-coordinate representation of color #BC338C: hue angle of 321.02º 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 #BC338C is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 140 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.26 |
| HSL | 321.02º | 0.57% | 0.47% | - |
| HSV(B) | 321.02º | 0.73% | 0.74% | - |
| XYZ | 26.66 | 14.95 | 26.29 | - |
| YUV | 102.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 140 | 0 | 0.73 | 0.26 | 0.26 | 321.02 | 0.57 | 0.47 |
| Hex | BC | 33 | 8C | 0 | 49 | 1A | 1A | 141 | 39 | 2F |
| Octal | 274 | 63 | 214 | 0 | 111 | 32 | 32 | 501 | 71 | 57 |
| Binary | 10111100 | 110011 | 10001100 | 0 | 1001001 | 11010 | 11010 | 101000001 | 111001 | 101111 |
Color Harmonies of #BC338C
Complementary color
Monochromatic Colors of #BC338C
Black with #BC338C
Text Example
Text Example
White with #BC338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC338C; }
p { color: rgb(188,51,140); }
H1.HeaderClassName
{
color: #BC338C;
}
.AnyTagClassName
{
color: #BC338C;
}
</style>
background-color css
<style>
a { background-color: #BC338C; }
a { background-color: rgb(188,51,140); }
div.DivClassName
{
background-color: #BC338C;
}
.BgClassName
{
background-color: #BC338C;
}
</style>
border-color css
<style>
span { border-color: #BC338C; }
span { border-color: rgb(188,51,140); }
td.TdClassName
{
border-color: #BC338C;
}
.TagClassName
{
border-color: #BC338C;
}
</style>