Shades of Medium Violet Red #BC23AA
Tints of Medium Violet Red #BC23AA
RGB
CMYK
RGB Variations
Color information
#BC23AA (or 0xBC23AA) is known color: Medium Violet Red. HEX triplet: BC, 23 and AA. RGB value is (188,35,170). Sum of RGB (Red+Green+Blue) = 188+35+170=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23AA is #43DC55. Grayscale: #5F5F5F. Windows color (decimal): -4447318 or 11150268. OLE color: 11150268.
HSL color Cylindrical-coordinate representation of color #BC23AA: hue angle of 307.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC23AA is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 170 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.26 |
| HSL | 307.06º | 0.69% | 0.44% | - |
| HSV(B) | 307.06º | 0.81% | 0.74% | - |
| XYZ | 28.6 | 14.8 | 39.38 | - |
| YUV | 96.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 170 | 0 | 0.81 | 0.10 | 0.26 | 307.06 | 0.69 | 0.44 |
| Hex | BC | 23 | AA | 0 | 51 | A | 1A | 133 | 45 | 2C |
| Octal | 274 | 43 | 252 | 0 | 121 | 12 | 32 | 463 | 105 | 54 |
| Binary | 10111100 | 100011 | 10101010 | 0 | 1010001 | 1010 | 11010 | 100110011 | 1000101 | 101100 |
Color Harmonies of #BC23AA
Complementary color
Monochromatic Colors of #BC23AA
Black with #BC23AA
Text Example
Text Example
White with #BC23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23AA; }
p { color: rgb(188,35,170); }
H1.HeaderClassName
{
color: #BC23AA;
}
.AnyTagClassName
{
color: #BC23AA;
}
</style>
background-color css
<style>
a { background-color: #BC23AA; }
a { background-color: rgb(188,35,170); }
div.DivClassName
{
background-color: #BC23AA;
}
.BgClassName
{
background-color: #BC23AA;
}
</style>
border-color css
<style>
span { border-color: #BC23AA; }
span { border-color: rgb(188,35,170); }
td.TdClassName
{
border-color: #BC23AA;
}
.TagClassName
{
border-color: #BC23AA;
}
</style>