Shades of Medium Red Violet #BC30A2
Tints of Medium Red Violet #BC30A2
RGB
CMYK
RGB Variations
Color information
#BC30A2 (or 0xBC30A2) is known color: Medium Red Violet. HEX triplet: BC, 30 and A2. RGB value is (188,48,162). Sum of RGB (Red+Green+Blue) = 188+48+162=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A2 is #43CF5D. Grayscale: #666666. Windows color (decimal): -4443998 or 10629308. OLE color: 10629308.
HSL color Cylindrical-coordinate representation of color #BC30A2: hue angle of 311.14º 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 #BC30A2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 162 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.26 |
| HSL | 311.14º | 0.59% | 0.46% | - |
| HSV(B) | 311.14º | 0.74% | 0.74% | - |
| XYZ | 28.32 | 15.41 | 35.67 | - |
| YUV | 102.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 162 | 0 | 0.74 | 0.14 | 0.26 | 311.14 | 0.59 | 0.46 |
| Hex | BC | 30 | A2 | 0 | 4A | E | 1A | 137 | 3B | 2E |
| Octal | 274 | 60 | 242 | 0 | 112 | 16 | 32 | 467 | 73 | 56 |
| Binary | 10111100 | 110000 | 10100010 | 0 | 1001010 | 1110 | 11010 | 100110111 | 111011 | 101110 |
Color Harmonies of #BC30A2
Complementary color
Monochromatic Colors of #BC30A2
Black with #BC30A2
Text Example
Text Example
White with #BC30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30A2; }
p { color: rgb(188,48,162); }
H1.HeaderClassName
{
color: #BC30A2;
}
.AnyTagClassName
{
color: #BC30A2;
}
</style>
background-color css
<style>
a { background-color: #BC30A2; }
a { background-color: rgb(188,48,162); }
div.DivClassName
{
background-color: #BC30A2;
}
.BgClassName
{
background-color: #BC30A2;
}
</style>
border-color css
<style>
span { border-color: #BC30A2; }
span { border-color: rgb(188,48,162); }
td.TdClassName
{
border-color: #BC30A2;
}
.TagClassName
{
border-color: #BC30A2;
}
</style>