Shades of Medium Red Violet #BC358B
Tints of Medium Red Violet #BC358B
RGB
CMYK
RGB Variations
Color information
#BC358B (or 0xBC358B) is known color: Medium Red Violet. HEX triplet: BC, 35 and 8B. RGB value is (188,53,139). Sum of RGB (Red+Green+Blue) = 188+53+139=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC358B is #43CA74. Grayscale: #666666. Windows color (decimal): -4442741 or 9123260. OLE color: 9123260.
HSL color Cylindrical-coordinate representation of color #BC358B: hue angle of 321.78º degrees, saturation: 0.56, 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 #BC358B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 139 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.26 |
| HSL | 321.78º | 0.56% | 0.47% | - |
| HSV(B) | 321.78º | 0.72% | 0.74% | - |
| XYZ | 26.67 | 15.1 | 25.94 | - |
| YUV | 103.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 139 | 0 | 0.72 | 0.26 | 0.26 | 321.78 | 0.56 | 0.47 |
| Hex | BC | 35 | 8B | 0 | 48 | 1A | 1A | 142 | 38 | 2F |
| Octal | 274 | 65 | 213 | 0 | 110 | 32 | 32 | 502 | 70 | 57 |
| Binary | 10111100 | 110101 | 10001011 | 0 | 1001000 | 11010 | 11010 | 101000010 | 111000 | 101111 |
Color Harmonies of #BC358B
Complementary color
Monochromatic Colors of #BC358B
Black with #BC358B
Text Example
Text Example
White with #BC358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC358B; }
p { color: rgb(188,53,139); }
H1.HeaderClassName
{
color: #BC358B;
}
.AnyTagClassName
{
color: #BC358B;
}
</style>
background-color css
<style>
a { background-color: #BC358B; }
a { background-color: rgb(188,53,139); }
div.DivClassName
{
background-color: #BC358B;
}
.BgClassName
{
background-color: #BC358B;
}
</style>
border-color css
<style>
span { border-color: #BC358B; }
span { border-color: rgb(188,53,139); }
td.TdClassName
{
border-color: #BC358B;
}
.TagClassName
{
border-color: #BC358B;
}
</style>