Shades of Medium Violet Red #BC219B
Tints of Medium Violet Red #BC219B
RGB
CMYK
RGB Variations
Color information
#BC219B (or 0xBC219B) is known color: Medium Violet Red. HEX triplet: BC, 21 and 9B. RGB value is (188,33,155). Sum of RGB (Red+Green+Blue) = 188+33+155=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC219B is #43DE64. Grayscale: #5C5C5C. Windows color (decimal): -4447845 or 10166716. OLE color: 10166716.
HSL color Cylindrical-coordinate representation of color #BC219B: hue angle of 312.77º 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 #BC219B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 155 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.26 |
| HSL | 312.77º | 0.7% | 0.43% | - |
| HSV(B) | 312.77º | 0.82% | 0.74% | - |
| XYZ | 27.2 | 14.15 | 32.31 | - |
| YUV | 93.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 155 | 0 | 0.82 | 0.18 | 0.26 | 312.77 | 0.7 | 0.43 |
| Hex | BC | 21 | 9B | 0 | 52 | 12 | 1A | 139 | 46 | 2B |
| Octal | 274 | 41 | 233 | 0 | 122 | 22 | 32 | 471 | 106 | 53 |
| Binary | 10111100 | 100001 | 10011011 | 0 | 1010010 | 10010 | 11010 | 100111001 | 1000110 | 101011 |
Color Harmonies of #BC219B
Complementary color
Monochromatic Colors of #BC219B
Black with #BC219B
Text Example
Text Example
White with #BC219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC219B; }
p { color: rgb(188,33,155); }
H1.HeaderClassName
{
color: #BC219B;
}
.AnyTagClassName
{
color: #BC219B;
}
</style>
background-color css
<style>
a { background-color: #BC219B; }
a { background-color: rgb(188,33,155); }
div.DivClassName
{
background-color: #BC219B;
}
.BgClassName
{
background-color: #BC219B;
}
</style>
border-color css
<style>
span { border-color: #BC219B; }
span { border-color: rgb(188,33,155); }
td.TdClassName
{
border-color: #BC219B;
}
.TagClassName
{
border-color: #BC219B;
}
</style>