Shades of Rouge #BC306D
Tints of Rouge #BC306D
RGB
CMYK
RGB Variations
Color information
#BC306D (or 0xBC306D) is known color: Rouge. HEX triplet: BC, 30 and 6D. RGB value is (188,48,109). Sum of RGB (Red+Green+Blue) = 188+48+109=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC306D is #43CF92. Grayscale: #606060. Windows color (decimal): -4444051 or 7155900. OLE color: 7155900.
HSL color Cylindrical-coordinate representation of color #BC306D: hue angle of 333.86º 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 #BC306D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 109 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.26 |
| HSL | 333.86º | 0.59% | 0.46% | - |
| HSV(B) | 333.86º | 0.74% | 0.74% | - |
| XYZ | 24.56 | 13.91 | 15.86 | - |
| YUV | 96.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 109 | 0 | 0.74 | 0.42 | 0.26 | 333.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 6D | 0 | 4A | 2A | 1A | 14E | 3B | 2E |
| Octal | 274 | 60 | 155 | 0 | 112 | 52 | 32 | 516 | 73 | 56 |
| Binary | 10111100 | 110000 | 1101101 | 0 | 1001010 | 101010 | 11010 | 101001110 | 111011 | 101110 |
Color Harmonies of #BC306D
Complementary color
Monochromatic Colors of #BC306D
Black with #BC306D
Text Example
Text Example
White with #BC306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC306D; }
p { color: rgb(188,48,109); }
H1.HeaderClassName
{
color: #BC306D;
}
.AnyTagClassName
{
color: #BC306D;
}
</style>
background-color css
<style>
a { background-color: #BC306D; }
a { background-color: rgb(188,48,109); }
div.DivClassName
{
background-color: #BC306D;
}
.BgClassName
{
background-color: #BC306D;
}
</style>
border-color css
<style>
span { border-color: #BC306D; }
span { border-color: rgb(188,48,109); }
td.TdClassName
{
border-color: #BC306D;
}
.TagClassName
{
border-color: #BC306D;
}
</style>