Shades of Medium Violet Red #BC22AD
Tints of Medium Violet Red #BC22AD
RGB
CMYK
RGB Variations
Color information
#BC22AD (or 0xBC22AD) is known color: Medium Violet Red. HEX triplet: BC, 22 and AD. RGB value is (188,34,173). Sum of RGB (Red+Green+Blue) = 188+34+173=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22AD is #43DD52. Grayscale: #5F5F5F. Windows color (decimal): -4447571 or 11346620. OLE color: 11346620.
HSL color Cylindrical-coordinate representation of color #BC22AD: hue angle of 305.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22AD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 173 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.26 |
| HSL | 305.84º | 0.69% | 0.44% | - |
| HSV(B) | 305.84º | 0.82% | 0.74% | - |
| XYZ | 28.85 | 14.85 | 40.88 | - |
| YUV | 95.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 173 | 0 | 0.82 | 0.08 | 0.26 | 305.84 | 0.69 | 0.44 |
| Hex | BC | 22 | AD | 0 | 52 | 8 | 1A | 132 | 45 | 2C |
| Octal | 274 | 42 | 255 | 0 | 122 | 10 | 32 | 462 | 105 | 54 |
| Binary | 10111100 | 100010 | 10101101 | 0 | 1010010 | 1000 | 11010 | 100110010 | 1000101 | 101100 |
Color Harmonies of #BC22AD
Complementary color
Monochromatic Colors of #BC22AD
Black with #BC22AD
Text Example
Text Example
White with #BC22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22AD; }
p { color: rgb(188,34,173); }
H1.HeaderClassName
{
color: #BC22AD;
}
.AnyTagClassName
{
color: #BC22AD;
}
</style>
background-color css
<style>
a { background-color: #BC22AD; }
a { background-color: rgb(188,34,173); }
div.DivClassName
{
background-color: #BC22AD;
}
.BgClassName
{
background-color: #BC22AD;
}
</style>
border-color css
<style>
span { border-color: #BC22AD; }
span { border-color: rgb(188,34,173); }
td.TdClassName
{
border-color: #BC22AD;
}
.TagClassName
{
border-color: #BC22AD;
}
</style>