Shades of Medium Red Violet #BC338F
Tints of Medium Red Violet #BC338F
RGB
CMYK
RGB Variations
Color information
#BC338F (or 0xBC338F) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8F. RGB value is (188,51,143). Sum of RGB (Red+Green+Blue) = 188+51+143=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338F is #43CC70. Grayscale: #666666. Windows color (decimal): -4443249 or 9384892. OLE color: 9384892.
HSL color Cylindrical-coordinate representation of color #BC338F: hue angle of 319.71º 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 #BC338F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 143 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.26 |
| HSL | 319.71º | 0.57% | 0.47% | - |
| HSV(B) | 319.71º | 0.73% | 0.74% | - |
| XYZ | 26.88 | 15.04 | 27.47 | - |
| YUV | 102.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 143 | 0 | 0.73 | 0.24 | 0.26 | 319.71 | 0.57 | 0.47 |
| Hex | BC | 33 | 8F | 0 | 49 | 18 | 1A | 140 | 39 | 2F |
| Octal | 274 | 63 | 217 | 0 | 111 | 30 | 32 | 500 | 71 | 57 |
| Binary | 10111100 | 110011 | 10001111 | 0 | 1001001 | 11000 | 11010 | 101000000 | 111001 | 101111 |
Color Harmonies of #BC338F
Complementary color
Monochromatic Colors of #BC338F
Black with #BC338F
Text Example
Text Example
White with #BC338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC338F; }
p { color: rgb(188,51,143); }
H1.HeaderClassName
{
color: #BC338F;
}
.AnyTagClassName
{
color: #BC338F;
}
</style>
background-color css
<style>
a { background-color: #BC338F; }
a { background-color: rgb(188,51,143); }
div.DivClassName
{
background-color: #BC338F;
}
.BgClassName
{
background-color: #BC338F;
}
</style>
border-color css
<style>
span { border-color: #BC338F; }
span { border-color: rgb(188,51,143); }
td.TdClassName
{
border-color: #BC338F;
}
.TagClassName
{
border-color: #BC338F;
}
</style>