Shades of Medium Violet Red #BC23AB
Tints of Medium Violet Red #BC23AB
RGB
CMYK
RGB Variations
Color information
#BC23AB (or 0xBC23AB) is known color: Medium Violet Red. HEX triplet: BC, 23 and AB. RGB value is (188,35,171). Sum of RGB (Red+Green+Blue) = 188+35+171=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23AB is #43DC54. Grayscale: #5F5F5F. Windows color (decimal): -4447317 or 11215804. OLE color: 11215804.
HSL color Cylindrical-coordinate representation of color #BC23AB: hue angle of 306.67º 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 #BC23AB is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 171 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.26 |
| HSL | 306.67º | 0.69% | 0.44% | - |
| HSV(B) | 306.67º | 0.81% | 0.74% | - |
| XYZ | 28.69 | 14.83 | 39.88 | - |
| YUV | 96.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 171 | 0 | 0.81 | 0.09 | 0.26 | 306.67 | 0.69 | 0.44 |
| Hex | BC | 23 | AB | 0 | 51 | 9 | 1A | 133 | 45 | 2C |
| Octal | 274 | 43 | 253 | 0 | 121 | 11 | 32 | 463 | 105 | 54 |
| Binary | 10111100 | 100011 | 10101011 | 0 | 1010001 | 1001 | 11010 | 100110011 | 1000101 | 101100 |
Color Harmonies of #BC23AB
Complementary color
Monochromatic Colors of #BC23AB
Black with #BC23AB
Text Example
Text Example
White with #BC23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23AB; }
p { color: rgb(188,35,171); }
H1.HeaderClassName
{
color: #BC23AB;
}
.AnyTagClassName
{
color: #BC23AB;
}
</style>
background-color css
<style>
a { background-color: #BC23AB; }
a { background-color: rgb(188,35,171); }
div.DivClassName
{
background-color: #BC23AB;
}
.BgClassName
{
background-color: #BC23AB;
}
</style>
border-color css
<style>
span { border-color: #BC23AB; }
span { border-color: rgb(188,35,171); }
td.TdClassName
{
border-color: #BC23AB;
}
.TagClassName
{
border-color: #BC23AB;
}
</style>