Shades of Medium Violet Red #BC13A2
Tints of Medium Violet Red #BC13A2
RGB
CMYK
RGB Variations
Color information
#BC13A2 (or 0xBC13A2) is known color: Medium Violet Red. HEX triplet: BC, 13 and A2. RGB value is (188,19,162). Sum of RGB (Red+Green+Blue) = 188+19+162=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC13A2 is #43EC5D. Grayscale: #555555. Windows color (decimal): -4451422 or 10621884. OLE color: 10621884.
HSL color Cylindrical-coordinate representation of color #BC13A2: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13A2 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 162 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.26 |
| HSL | 309.23º | 0.82% | 0.41% | - |
| HSV(B) | 309.23º | 0.9% | 0.74% | - |
| XYZ | 27.49 | 13.77 | 35.39 | - |
| YUV | 85.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 162 | 0 | 0.90 | 0.14 | 0.26 | 309.23 | 0.82 | 0.41 |
| Hex | BC | 13 | A2 | 0 | 5A | E | 1A | 135 | 52 | 29 |
| Octal | 274 | 23 | 242 | 0 | 132 | 16 | 32 | 465 | 122 | 51 |
| Binary | 10111100 | 10011 | 10100010 | 0 | 1011010 | 1110 | 11010 | 100110101 | 1010010 | 101001 |
Color Harmonies of #BC13A2
Complementary color
Monochromatic Colors of #BC13A2
Black with #BC13A2
Text Example
Text Example
White with #BC13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13A2; }
p { color: rgb(188,19,162); }
H1.HeaderClassName
{
color: #BC13A2;
}
.AnyTagClassName
{
color: #BC13A2;
}
</style>
background-color css
<style>
a { background-color: #BC13A2; }
a { background-color: rgb(188,19,162); }
div.DivClassName
{
background-color: #BC13A2;
}
.BgClassName
{
background-color: #BC13A2;
}
</style>
border-color css
<style>
span { border-color: #BC13A2; }
span { border-color: rgb(188,19,162); }
td.TdClassName
{
border-color: #BC13A2;
}
.TagClassName
{
border-color: #BC13A2;
}
</style>