Shades of Medium Red Violet #BC34A8
Tints of Medium Red Violet #BC34A8
RGB
CMYK
RGB Variations
Color information
#BC34A8 (or 0xBC34A8) is known color: Medium Red Violet. HEX triplet: BC, 34 and A8. RGB value is (188,52,168). Sum of RGB (Red+Green+Blue) = 188+52+168=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34A8 is #43CB57. Grayscale: #696969. Windows color (decimal): -4442968 or 11023548. OLE color: 11023548.
HSL color Cylindrical-coordinate representation of color #BC34A8: hue angle of 308.82º 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 #BC34A8 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 168 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.26 |
| HSL | 308.82º | 0.57% | 0.47% | - |
| HSV(B) | 308.82º | 0.72% | 0.74% | - |
| XYZ | 29.03 | 15.97 | 38.6 | - |
| YUV | 105.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 168 | 0 | 0.72 | 0.11 | 0.26 | 308.82 | 0.57 | 0.47 |
| Hex | BC | 34 | A8 | 0 | 48 | B | 1A | 135 | 39 | 2F |
| Octal | 274 | 64 | 250 | 0 | 110 | 13 | 32 | 465 | 71 | 57 |
| Binary | 10111100 | 110100 | 10101000 | 0 | 1001000 | 1011 | 11010 | 100110101 | 111001 | 101111 |
Color Harmonies of #BC34A8
Complementary color
Monochromatic Colors of #BC34A8
Black with #BC34A8
Text Example
Text Example
White with #BC34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34A8; }
p { color: rgb(188,52,168); }
H1.HeaderClassName
{
color: #BC34A8;
}
.AnyTagClassName
{
color: #BC34A8;
}
</style>
background-color css
<style>
a { background-color: #BC34A8; }
a { background-color: rgb(188,52,168); }
div.DivClassName
{
background-color: #BC34A8;
}
.BgClassName
{
background-color: #BC34A8;
}
</style>
border-color css
<style>
span { border-color: #BC34A8; }
span { border-color: rgb(188,52,168); }
td.TdClassName
{
border-color: #BC34A8;
}
.TagClassName
{
border-color: #BC34A8;
}
</style>