Shades of Medium Red Violet #BC389A
Tints of Medium Red Violet #BC389A
RGB
CMYK
RGB Variations
Color information
#BC389A (or 0xBC389A) is known color: Medium Red Violet. HEX triplet: BC, 38 and 9A. RGB value is (188,56,154). Sum of RGB (Red+Green+Blue) = 188+56+154=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC389A is #43C765. Grayscale: #6A6A6A. Windows color (decimal): -4441958 or 10107068. OLE color: 10107068.
HSL color Cylindrical-coordinate representation of color #BC389A: hue angle of 315.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC389A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 154 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.26 |
| HSL | 315.45º | 0.54% | 0.48% | - |
| HSV(B) | 315.45º | 0.7% | 0.74% | - |
| XYZ | 27.99 | 15.85 | 32.16 | - |
| YUV | 106.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 154 | 0 | 0.70 | 0.18 | 0.26 | 315.45 | 0.54 | 0.48 |
| Hex | BC | 38 | 9A | 0 | 46 | 12 | 1A | 13B | 36 | 30 |
| Octal | 274 | 70 | 232 | 0 | 106 | 22 | 32 | 473 | 66 | 60 |
| Binary | 10111100 | 111000 | 10011010 | 0 | 1000110 | 10010 | 11010 | 100111011 | 110110 | 110000 |
Color Harmonies of #BC389A
Complementary color
Monochromatic Colors of #BC389A
Black with #BC389A
Text Example
Text Example
White with #BC389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC389A; }
p { color: rgb(188,56,154); }
H1.HeaderClassName
{
color: #BC389A;
}
.AnyTagClassName
{
color: #BC389A;
}
</style>
background-color css
<style>
a { background-color: #BC389A; }
a { background-color: rgb(188,56,154); }
div.DivClassName
{
background-color: #BC389A;
}
.BgClassName
{
background-color: #BC389A;
}
</style>
border-color css
<style>
span { border-color: #BC389A; }
span { border-color: rgb(188,56,154); }
td.TdClassName
{
border-color: #BC389A;
}
.TagClassName
{
border-color: #BC389A;
}
</style>