Shades of Medium Red Violet #BC34A2
Tints of Medium Red Violet #BC34A2
RGB
CMYK
RGB Variations
Color information
#BC34A2 (or 0xBC34A2) is known color: Medium Red Violet. HEX triplet: BC, 34 and A2. RGB value is (188,52,162). Sum of RGB (Red+Green+Blue) = 188+52+162=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34A2 is #43CB5D. Grayscale: #686868. Windows color (decimal): -4442974 or 10630332. OLE color: 10630332.
HSL color Cylindrical-coordinate representation of color #BC34A2: hue angle of 311.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC34A2 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 162 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.26 |
| HSL | 311.47º | 0.57% | 0.47% | - |
| HSV(B) | 311.47º | 0.72% | 0.74% | - |
| XYZ | 28.49 | 15.76 | 35.72 | - |
| YUV | 105.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 162 | 0 | 0.72 | 0.14 | 0.26 | 311.47 | 0.57 | 0.47 |
| Hex | BC | 34 | A2 | 0 | 48 | E | 1A | 137 | 39 | 2F |
| Octal | 274 | 64 | 242 | 0 | 110 | 16 | 32 | 467 | 71 | 57 |
| Binary | 10111100 | 110100 | 10100010 | 0 | 1001000 | 1110 | 11010 | 100110111 | 111001 | 101111 |
Color Harmonies of #BC34A2
Complementary color
Monochromatic Colors of #BC34A2
Black with #BC34A2
Text Example
Text Example
White with #BC34A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34A2; }
p { color: rgb(188,52,162); }
H1.HeaderClassName
{
color: #BC34A2;
}
.AnyTagClassName
{
color: #BC34A2;
}
</style>
background-color css
<style>
a { background-color: #BC34A2; }
a { background-color: rgb(188,52,162); }
div.DivClassName
{
background-color: #BC34A2;
}
.BgClassName
{
background-color: #BC34A2;
}
</style>
border-color css
<style>
span { border-color: #BC34A2; }
span { border-color: rgb(188,52,162); }
td.TdClassName
{
border-color: #BC34A2;
}
.TagClassName
{
border-color: #BC34A2;
}
</style>