Shades of Medium Red Violet #BC408B
Tints of Medium Red Violet #BC408B
RGB
CMYK
RGB Variations
Color information
#BC408B (or 0xBC408B) is known color: Medium Red Violet. HEX triplet: BC, 40 and 8B. RGB value is (188,64,139). Sum of RGB (Red+Green+Blue) = 188+64+139=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC408B is #43BF74. Grayscale: #6D6D6D. Windows color (decimal): -4439925 or 9126076. OLE color: 9126076.
HSL color Cylindrical-coordinate representation of color #BC408B: hue angle of 323.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC408B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.26 |
| HSL | 323.71º | 0.49% | 0.49% | - |
| HSV(B) | 323.71º | 0.66% | 0.74% | - |
| XYZ | 27.23 | 16.22 | 26.12 | - |
| YUV | 109.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 139 | 0 | 0.66 | 0.26 | 0.26 | 323.71 | 0.49 | 0.49 |
| Hex | BC | 40 | 8B | 0 | 42 | 1A | 1A | 144 | 31 | 31 |
| Octal | 274 | 100 | 213 | 0 | 102 | 32 | 32 | 504 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10001011 | 0 | 1000010 | 11010 | 11010 | 101000100 | 110001 | 110001 |
Color Harmonies of #BC408B
Complementary color
Monochromatic Colors of #BC408B
Black with #BC408B
Text Example
Text Example
White with #BC408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC408B; }
p { color: rgb(188,64,139); }
H1.HeaderClassName
{
color: #BC408B;
}
.AnyTagClassName
{
color: #BC408B;
}
</style>
background-color css
<style>
a { background-color: #BC408B; }
a { background-color: rgb(188,64,139); }
div.DivClassName
{
background-color: #BC408B;
}
.BgClassName
{
background-color: #BC408B;
}
</style>
border-color css
<style>
span { border-color: #BC408B; }
span { border-color: rgb(188,64,139); }
td.TdClassName
{
border-color: #BC408B;
}
.TagClassName
{
border-color: #BC408B;
}
</style>