Shades of Rouge #BC2E63
Tints of Rouge #BC2E63
RGB
CMYK
RGB Variations
Color information
#BC2E63 (or 0xBC2E63) is known color: Rouge. HEX triplet: BC, 2E and 63. RGB value is (188,46,99). Sum of RGB (Red+Green+Blue) = 188+46+99=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E63 is #43D19C. Grayscale: #5E5E5E. Windows color (decimal): -4444573 or 6500028. OLE color: 6500028.
HSL color Cylindrical-coordinate representation of color #BC2E63: hue angle of 337.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E63 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 99 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.26 |
| HSL | 337.61º | 0.61% | 0.46% | - |
| HSV(B) | 337.61º | 0.76% | 0.74% | - |
| XYZ | 23.97 | 13.55 | 13.16 | - |
| YUV | 94.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 99 | 0 | 0.76 | 0.47 | 0.26 | 337.61 | 0.61 | 0.46 |
| Hex | BC | 2E | 63 | 0 | 4C | 2F | 1A | 152 | 3D | 2E |
| Octal | 274 | 56 | 143 | 0 | 114 | 57 | 32 | 522 | 75 | 56 |
| Binary | 10111100 | 101110 | 1100011 | 0 | 1001100 | 101111 | 11010 | 101010010 | 111101 | 101110 |
Color Harmonies of #BC2E63
Complementary color
Monochromatic Colors of #BC2E63
Black with #BC2E63
Text Example
Text Example
White with #BC2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E63; }
p { color: rgb(188,46,99); }
H1.HeaderClassName
{
color: #BC2E63;
}
.AnyTagClassName
{
color: #BC2E63;
}
</style>
background-color css
<style>
a { background-color: #BC2E63; }
a { background-color: rgb(188,46,99); }
div.DivClassName
{
background-color: #BC2E63;
}
.BgClassName
{
background-color: #BC2E63;
}
</style>
border-color css
<style>
span { border-color: #BC2E63; }
span { border-color: rgb(188,46,99); }
td.TdClassName
{
border-color: #BC2E63;
}
.TagClassName
{
border-color: #BC2E63;
}
</style>