Shades of Rouge #BC306A
Tints of Rouge #BC306A
RGB
CMYK
RGB Variations
Color information
#BC306A (or 0xBC306A) is known color: Rouge. HEX triplet: BC, 30 and 6A. RGB value is (188,48,106). Sum of RGB (Red+Green+Blue) = 188+48+106=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC306A is #43CF95. Grayscale: #606060. Windows color (decimal): -4444054 or 6959292. OLE color: 6959292.
HSL color Cylindrical-coordinate representation of color #BC306A: hue angle of 335.14º 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 #BC306A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 106 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.26 |
| HSL | 335.14º | 0.59% | 0.46% | - |
| HSV(B) | 335.14º | 0.74% | 0.74% | - |
| XYZ | 24.4 | 13.85 | 15.02 | - |
| YUV | 96.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 106 | 0 | 0.74 | 0.44 | 0.26 | 335.14 | 0.59 | 0.46 |
| Hex | BC | 30 | 6A | 0 | 4A | 2C | 1A | 14F | 3B | 2E |
| Octal | 274 | 60 | 152 | 0 | 112 | 54 | 32 | 517 | 73 | 56 |
| Binary | 10111100 | 110000 | 1101010 | 0 | 1001010 | 101100 | 11010 | 101001111 | 111011 | 101110 |
Color Harmonies of #BC306A
Complementary color
Monochromatic Colors of #BC306A
Black with #BC306A
Text Example
Text Example
White with #BC306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC306A; }
p { color: rgb(188,48,106); }
H1.HeaderClassName
{
color: #BC306A;
}
.AnyTagClassName
{
color: #BC306A;
}
</style>
background-color css
<style>
a { background-color: #BC306A; }
a { background-color: rgb(188,48,106); }
div.DivClassName
{
background-color: #BC306A;
}
.BgClassName
{
background-color: #BC306A;
}
</style>
border-color css
<style>
span { border-color: #BC306A; }
span { border-color: rgb(188,48,106); }
td.TdClassName
{
border-color: #BC306A;
}
.TagClassName
{
border-color: #BC306A;
}
</style>