Shades of Medium Red Violet #BC246B
Tints of Medium Red Violet #BC246B
RGB
CMYK
RGB Variations
Color information
#BC246B (or 0xBC246B) is known color: Medium Red Violet. HEX triplet: BC, 24 and 6B. RGB value is (188,36,107). Sum of RGB (Red+Green+Blue) = 188+36+107=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC246B is #43DB94. Grayscale: #595959. Windows color (decimal): -4447125 or 7021756. OLE color: 7021756.
HSL color Cylindrical-coordinate representation of color #BC246B: hue angle of 331.97º 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 #BC246B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 107 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.26 |
| HSL | 331.97º | 0.68% | 0.44% | - |
| HSV(B) | 331.97º | 0.81% | 0.74% | - |
| XYZ | 24.02 | 13.01 | 15.16 | - |
| YUV | 89.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 107 | 0 | 0.81 | 0.43 | 0.26 | 331.97 | 0.68 | 0.44 |
| Hex | BC | 24 | 6B | 0 | 51 | 2B | 1A | 14C | 44 | 2C |
| Octal | 274 | 44 | 153 | 0 | 121 | 53 | 32 | 514 | 104 | 54 |
| Binary | 10111100 | 100100 | 1101011 | 0 | 1010001 | 101011 | 11010 | 101001100 | 1000100 | 101100 |
Color Harmonies of #BC246B
Complementary color
Monochromatic Colors of #BC246B
Black with #BC246B
Text Example
Text Example
White with #BC246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC246B; }
p { color: rgb(188,36,107); }
H1.HeaderClassName
{
color: #BC246B;
}
.AnyTagClassName
{
color: #BC246B;
}
</style>
background-color css
<style>
a { background-color: #BC246B; }
a { background-color: rgb(188,36,107); }
div.DivClassName
{
background-color: #BC246B;
}
.BgClassName
{
background-color: #BC246B;
}
</style>
border-color css
<style>
span { border-color: #BC246B; }
span { border-color: rgb(188,36,107); }
td.TdClassName
{
border-color: #BC246B;
}
.TagClassName
{
border-color: #BC246B;
}
</style>