Shades of Medium Red Violet #BC2A6B
Tints of Medium Red Violet #BC2A6B
RGB
CMYK
RGB Variations
Color information
#BC2A6B (or 0xBC2A6B) is known color: Medium Red Violet. HEX triplet: BC, 2A and 6B. RGB value is (188,42,107). Sum of RGB (Red+Green+Blue) = 188+42+107=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A6B is #43D594. Grayscale: #5C5C5C. Windows color (decimal): -4445589 or 7023292. OLE color: 7023292.
HSL color Cylindrical-coordinate representation of color #BC2A6B: hue angle of 333.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A6B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 107 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.26 |
| HSL | 333.29º | 0.63% | 0.45% | - |
| HSV(B) | 333.29º | 0.78% | 0.74% | - |
| XYZ | 24.22 | 13.41 | 15.22 | - |
| YUV | 93.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 107 | 0 | 0.78 | 0.43 | 0.26 | 333.29 | 0.63 | 0.45 |
| Hex | BC | 2A | 6B | 0 | 4E | 2B | 1A | 14D | 3F | 2D |
| Octal | 274 | 52 | 153 | 0 | 116 | 53 | 32 | 515 | 77 | 55 |
| Binary | 10111100 | 101010 | 1101011 | 0 | 1001110 | 101011 | 11010 | 101001101 | 111111 | 101101 |
Color Harmonies of #BC2A6B
Complementary color
Monochromatic Colors of #BC2A6B
Black with #BC2A6B
Text Example
Text Example
White with #BC2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A6B; }
p { color: rgb(188,42,107); }
H1.HeaderClassName
{
color: #BC2A6B;
}
.AnyTagClassName
{
color: #BC2A6B;
}
</style>
background-color css
<style>
a { background-color: #BC2A6B; }
a { background-color: rgb(188,42,107); }
div.DivClassName
{
background-color: #BC2A6B;
}
.BgClassName
{
background-color: #BC2A6B;
}
</style>
border-color css
<style>
span { border-color: #BC2A6B; }
span { border-color: rgb(188,42,107); }
td.TdClassName
{
border-color: #BC2A6B;
}
.TagClassName
{
border-color: #BC2A6B;
}
</style>