Shades of Rouge #BC2B6B
Tints of Rouge #BC2B6B
RGB
CMYK
RGB Variations
Color information
#BC2B6B (or 0xBC2B6B) is known color: Rouge. HEX triplet: BC, 2B and 6B. RGB value is (188,43,107). Sum of RGB (Red+Green+Blue) = 188+43+107=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B6B is #43D494. Grayscale: #5D5D5D. Windows color (decimal): -4445333 or 7023548. OLE color: 7023548.
HSL color Cylindrical-coordinate representation of color #BC2B6B: hue angle of 333.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B6B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 107 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.26 |
| HSL | 333.52º | 0.63% | 0.45% | - |
| HSV(B) | 333.52º | 0.77% | 0.74% | - |
| XYZ | 24.26 | 13.48 | 15.23 | - |
| YUV | 93.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 107 | 0 | 0.77 | 0.43 | 0.26 | 333.52 | 0.63 | 0.45 |
| Hex | BC | 2B | 6B | 0 | 4D | 2B | 1A | 14E | 3F | 2D |
| Octal | 274 | 53 | 153 | 0 | 115 | 53 | 32 | 516 | 77 | 55 |
| Binary | 10111100 | 101011 | 1101011 | 0 | 1001101 | 101011 | 11010 | 101001110 | 111111 | 101101 |
Color Harmonies of #BC2B6B
Complementary color
Monochromatic Colors of #BC2B6B
Black with #BC2B6B
Text Example
Text Example
White with #BC2B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B6B; }
p { color: rgb(188,43,107); }
H1.HeaderClassName
{
color: #BC2B6B;
}
.AnyTagClassName
{
color: #BC2B6B;
}
</style>
background-color css
<style>
a { background-color: #BC2B6B; }
a { background-color: rgb(188,43,107); }
div.DivClassName
{
background-color: #BC2B6B;
}
.BgClassName
{
background-color: #BC2B6B;
}
</style>
border-color css
<style>
span { border-color: #BC2B6B; }
span { border-color: rgb(188,43,107); }
td.TdClassName
{
border-color: #BC2B6B;
}
.TagClassName
{
border-color: #BC2B6B;
}
</style>