Shades of Medium Violet Red #BC217B
Tints of Medium Violet Red #BC217B
RGB
CMYK
RGB Variations
Color information
#BC217B (or 0xBC217B) is known color: Medium Violet Red. HEX triplet: BC, 21 and 7B. RGB value is (188,33,123). Sum of RGB (Red+Green+Blue) = 188+33+123=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC217B is #43DE84. Grayscale: #595959. Windows color (decimal): -4447877 or 8069564. OLE color: 8069564.
HSL color Cylindrical-coordinate representation of color #BC217B: hue angle of 325.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC217B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 123 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.26 |
| HSL | 325.16º | 0.7% | 0.43% | - |
| HSV(B) | 325.16º | 0.82% | 0.74% | - |
| XYZ | 24.86 | 13.21 | 19.98 | - |
| YUV | 89.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 123 | 0 | 0.82 | 0.35 | 0.26 | 325.16 | 0.7 | 0.43 |
| Hex | BC | 21 | 7B | 0 | 52 | 23 | 1A | 145 | 46 | 2B |
| Octal | 274 | 41 | 173 | 0 | 122 | 43 | 32 | 505 | 106 | 53 |
| Binary | 10111100 | 100001 | 1111011 | 0 | 1010010 | 100011 | 11010 | 101000101 | 1000110 | 101011 |
Color Harmonies of #BC217B
Complementary color
Monochromatic Colors of #BC217B
Black with #BC217B
Text Example
Text Example
White with #BC217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC217B; }
p { color: rgb(188,33,123); }
H1.HeaderClassName
{
color: #BC217B;
}
.AnyTagClassName
{
color: #BC217B;
}
</style>
background-color css
<style>
a { background-color: #BC217B; }
a { background-color: rgb(188,33,123); }
div.DivClassName
{
background-color: #BC217B;
}
.BgClassName
{
background-color: #BC217B;
}
</style>
border-color css
<style>
span { border-color: #BC217B; }
span { border-color: rgb(188,33,123); }
td.TdClassName
{
border-color: #BC217B;
}
.TagClassName
{
border-color: #BC217B;
}
</style>