Shades of Rouge #BC2568
Tints of Rouge #BC2568
RGB
CMYK
RGB Variations
Color information
#BC2568 (or 0xBC2568) is known color: Rouge. HEX triplet: BC, 25 and 68. RGB value is (188,37,104). Sum of RGB (Red+Green+Blue) = 188+37+104=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2568 is #43DA97. Grayscale: #595959. Windows color (decimal): -4446872 or 6825404. OLE color: 6825404.
HSL color Cylindrical-coordinate representation of color #BC2568: hue angle of 333.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2568 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 104 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.26 |
| HSL | 333.38º | 0.67% | 0.44% | - |
| HSV(B) | 333.38º | 0.8% | 0.74% | - |
| XYZ | 23.9 | 13.01 | 14.35 | - |
| YUV | 89.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 104 | 0 | 0.80 | 0.45 | 0.26 | 333.38 | 0.67 | 0.44 |
| Hex | BC | 25 | 68 | 0 | 50 | 2D | 1A | 14D | 43 | 2C |
| Octal | 274 | 45 | 150 | 0 | 120 | 55 | 32 | 515 | 103 | 54 |
| Binary | 10111100 | 100101 | 1101000 | 0 | 1010000 | 101101 | 11010 | 101001101 | 1000011 | 101100 |
Color Harmonies of #BC2568
Complementary color
Monochromatic Colors of #BC2568
Black with #BC2568
Text Example
Text Example
White with #BC2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2568; }
p { color: rgb(188,37,104); }
H1.HeaderClassName
{
color: #BC2568;
}
.AnyTagClassName
{
color: #BC2568;
}
</style>
background-color css
<style>
a { background-color: #BC2568; }
a { background-color: rgb(188,37,104); }
div.DivClassName
{
background-color: #BC2568;
}
.BgClassName
{
background-color: #BC2568;
}
</style>
border-color css
<style>
span { border-color: #BC2568; }
span { border-color: rgb(188,37,104); }
td.TdClassName
{
border-color: #BC2568;
}
.TagClassName
{
border-color: #BC2568;
}
</style>