Shades of Medium Red Violet #BC246A
Tints of Medium Red Violet #BC246A
RGB
CMYK
RGB Variations
Color information
#BC246A (or 0xBC246A) is known color: Medium Red Violet. HEX triplet: BC, 24 and 6A. RGB value is (188,36,106). Sum of RGB (Red+Green+Blue) = 188+36+106=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC246A is #43DB95. Grayscale: #595959. Windows color (decimal): -4447126 or 6956220. OLE color: 6956220.
HSL color Cylindrical-coordinate representation of color #BC246A: hue angle of 332.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC246A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 106 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.26 |
| HSL | 332.37º | 0.68% | 0.44% | - |
| HSV(B) | 332.37º | 0.81% | 0.74% | - |
| XYZ | 23.97 | 12.99 | 14.88 | - |
| YUV | 89.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 106 | 0 | 0.81 | 0.44 | 0.26 | 332.37 | 0.68 | 0.44 |
| Hex | BC | 24 | 6A | 0 | 51 | 2C | 1A | 14C | 44 | 2C |
| Octal | 274 | 44 | 152 | 0 | 121 | 54 | 32 | 514 | 104 | 54 |
| Binary | 10111100 | 100100 | 1101010 | 0 | 1010001 | 101100 | 11010 | 101001100 | 1000100 | 101100 |
Color Harmonies of #BC246A
Complementary color
Monochromatic Colors of #BC246A
Black with #BC246A
Text Example
Text Example
White with #BC246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC246A; }
p { color: rgb(188,36,106); }
H1.HeaderClassName
{
color: #BC246A;
}
.AnyTagClassName
{
color: #BC246A;
}
</style>
background-color css
<style>
a { background-color: #BC246A; }
a { background-color: rgb(188,36,106); }
div.DivClassName
{
background-color: #BC246A;
}
.BgClassName
{
background-color: #BC246A;
}
</style>
border-color css
<style>
span { border-color: #BC246A; }
span { border-color: rgb(188,36,106); }
td.TdClassName
{
border-color: #BC246A;
}
.TagClassName
{
border-color: #BC246A;
}
</style>