Shades of Medium Red Violet #BC338B
Tints of Medium Red Violet #BC338B
RGB
CMYK
RGB Variations
Color information
#BC338B (or 0xBC338B) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8B. RGB value is (188,51,139). Sum of RGB (Red+Green+Blue) = 188+51+139=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338B is #43CC74. Grayscale: #656565. Windows color (decimal): -4443253 or 9122748. OLE color: 9122748.
HSL color Cylindrical-coordinate representation of color #BC338B: hue angle of 321.46º 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 #BC338B is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 139 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.26 |
| HSL | 321.46º | 0.57% | 0.47% | - |
| HSV(B) | 321.46º | 0.73% | 0.74% | - |
| XYZ | 26.58 | 14.92 | 25.91 | - |
| YUV | 102 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 139 | 0 | 0.73 | 0.26 | 0.26 | 321.46 | 0.57 | 0.47 |
| Hex | BC | 33 | 8B | 0 | 49 | 1A | 1A | 141 | 39 | 2F |
| Octal | 274 | 63 | 213 | 0 | 111 | 32 | 32 | 501 | 71 | 57 |
| Binary | 10111100 | 110011 | 10001011 | 0 | 1001001 | 11010 | 11010 | 101000001 | 111001 | 101111 |
Color Harmonies of #BC338B
Complementary color
Monochromatic Colors of #BC338B
Black with #BC338B
Text Example
Text Example
White with #BC338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC338B; }
p { color: rgb(188,51,139); }
H1.HeaderClassName
{
color: #BC338B;
}
.AnyTagClassName
{
color: #BC338B;
}
</style>
background-color css
<style>
a { background-color: #BC338B; }
a { background-color: rgb(188,51,139); }
div.DivClassName
{
background-color: #BC338B;
}
.BgClassName
{
background-color: #BC338B;
}
</style>
border-color css
<style>
span { border-color: #BC338B; }
span { border-color: rgb(188,51,139); }
td.TdClassName
{
border-color: #BC338B;
}
.TagClassName
{
border-color: #BC338B;
}
</style>