Shades of Rouge #BC316C
Tints of Rouge #BC316C
RGB
CMYK
RGB Variations
Color information
#BC316C (or 0xBC316C) is known color: Rouge. HEX triplet: BC, 31 and 6C. RGB value is (188,49,108). Sum of RGB (Red+Green+Blue) = 188+49+108=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC316C is #43CE93. Grayscale: #616161. Windows color (decimal): -4443796 or 7090620. OLE color: 7090620.
HSL color Cylindrical-coordinate representation of color #BC316C: hue angle of 334.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC316C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 108 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.26 |
| HSL | 334.53º | 0.59% | 0.46% | - |
| HSV(B) | 334.53º | 0.74% | 0.74% | - |
| XYZ | 24.54 | 13.97 | 15.59 | - |
| YUV | 97.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 108 | 0 | 0.74 | 0.43 | 0.26 | 334.53 | 0.59 | 0.46 |
| Hex | BC | 31 | 6C | 0 | 4A | 2B | 1A | 14F | 3B | 2E |
| Octal | 274 | 61 | 154 | 0 | 112 | 53 | 32 | 517 | 73 | 56 |
| Binary | 10111100 | 110001 | 1101100 | 0 | 1001010 | 101011 | 11010 | 101001111 | 111011 | 101110 |
Color Harmonies of #BC316C
Complementary color
Monochromatic Colors of #BC316C
Black with #BC316C
Text Example
Text Example
White with #BC316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC316C; }
p { color: rgb(188,49,108); }
H1.HeaderClassName
{
color: #BC316C;
}
.AnyTagClassName
{
color: #BC316C;
}
</style>
background-color css
<style>
a { background-color: #BC316C; }
a { background-color: rgb(188,49,108); }
div.DivClassName
{
background-color: #BC316C;
}
.BgClassName
{
background-color: #BC316C;
}
</style>
border-color css
<style>
span { border-color: #BC316C; }
span { border-color: rgb(188,49,108); }
td.TdClassName
{
border-color: #BC316C;
}
.TagClassName
{
border-color: #BC316C;
}
</style>