Shades of Rouge #BC3063
Tints of Rouge #BC3063
RGB
CMYK
RGB Variations
Color information
#BC3063 (or 0xBC3063) is known color: Rouge. HEX triplet: BC, 30 and 63. RGB value is (188,48,99). Sum of RGB (Red+Green+Blue) = 188+48+99=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3063 is #43CF9C. Grayscale: #5F5F5F. Windows color (decimal): -4444061 or 6500540. OLE color: 6500540.
HSL color Cylindrical-coordinate representation of color #BC3063: hue angle of 338.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 #BC3063 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 99 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.26 |
| HSL | 338.14º | 0.59% | 0.46% | - |
| HSV(B) | 338.14º | 0.74% | 0.74% | - |
| XYZ | 24.05 | 13.71 | 13.18 | - |
| YUV | 95.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 99 | 0 | 0.74 | 0.47 | 0.26 | 338.14 | 0.59 | 0.46 |
| Hex | BC | 30 | 63 | 0 | 4A | 2F | 1A | 152 | 3B | 2E |
| Octal | 274 | 60 | 143 | 0 | 112 | 57 | 32 | 522 | 73 | 56 |
| Binary | 10111100 | 110000 | 1100011 | 0 | 1001010 | 101111 | 11010 | 101010010 | 111011 | 101110 |
Color Harmonies of #BC3063
Complementary color
Monochromatic Colors of #BC3063
Black with #BC3063
Text Example
Text Example
White with #BC3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3063; }
p { color: rgb(188,48,99); }
H1.HeaderClassName
{
color: #BC3063;
}
.AnyTagClassName
{
color: #BC3063;
}
</style>
background-color css
<style>
a { background-color: #BC3063; }
a { background-color: rgb(188,48,99); }
div.DivClassName
{
background-color: #BC3063;
}
.BgClassName
{
background-color: #BC3063;
}
</style>
border-color css
<style>
span { border-color: #BC3063; }
span { border-color: rgb(188,48,99); }
td.TdClassName
{
border-color: #BC3063;
}
.TagClassName
{
border-color: #BC3063;
}
</style>