Shades of Medium Red Violet #BC30A0
Tints of Medium Red Violet #BC30A0
RGB
CMYK
RGB Variations
Color information
#BC30A0 (or 0xBC30A0) is known color: Medium Red Violet. HEX triplet: BC, 30 and A0. RGB value is (188,48,160). Sum of RGB (Red+Green+Blue) = 188+48+160=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A0 is #43CF5F. Grayscale: #666666. Windows color (decimal): -4444000 or 10498236. OLE color: 10498236.
HSL color Cylindrical-coordinate representation of color #BC30A0: hue angle of 312º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC30A0 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 160 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.26 |
| HSL | 312º | 0.59% | 0.46% | - |
| HSV(B) | 312º | 0.74% | 0.74% | - |
| XYZ | 28.14 | 15.34 | 34.74 | - |
| YUV | 102.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 160 | 0 | 0.74 | 0.15 | 0.26 | 312 | 0.59 | 0.46 |
| Hex | BC | 30 | A0 | 0 | 4A | F | 1A | 138 | 3B | 2E |
| Octal | 274 | 60 | 240 | 0 | 112 | 17 | 32 | 470 | 73 | 56 |
| Binary | 10111100 | 110000 | 10100000 | 0 | 1001010 | 1111 | 11010 | 100111000 | 111011 | 101110 |
Color Harmonies of #BC30A0
Complementary color
Monochromatic Colors of #BC30A0
Black with #BC30A0
Text Example
Text Example
White with #BC30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30A0; }
p { color: rgb(188,48,160); }
H1.HeaderClassName
{
color: #BC30A0;
}
.AnyTagClassName
{
color: #BC30A0;
}
</style>
background-color css
<style>
a { background-color: #BC30A0; }
a { background-color: rgb(188,48,160); }
div.DivClassName
{
background-color: #BC30A0;
}
.BgClassName
{
background-color: #BC30A0;
}
</style>
border-color css
<style>
span { border-color: #BC30A0; }
span { border-color: rgb(188,48,160); }
td.TdClassName
{
border-color: #BC30A0;
}
.TagClassName
{
border-color: #BC30A0;
}
</style>