Shades of Blush #BC415E
Tints of Blush #BC415E
RGB
CMYK
RGB Variations
Color information
#BC415E (or 0xBC415E) is known color: Blush. HEX triplet: BC, 41 and 5E. RGB value is (188,65,94). Sum of RGB (Red+Green+Blue) = 188+65+94=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415E is #43BEA1. Grayscale: #696969. Windows color (decimal): -4439714 or 6177212. OLE color: 6177212.
HSL color Cylindrical-coordinate representation of color #BC415E: hue angle of 345.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC415E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 94 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.26 |
| HSL | 345.85º | 0.49% | 0.5% | - |
| HSV(B) | 345.85º | 0.65% | 0.74% | - |
| XYZ | 24.65 | 15.28 | 12.24 | - |
| YUV | 105.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 94 | 0 | 0.65 | 0.50 | 0.26 | 345.85 | 0.49 | 0.5 |
| Hex | BC | 41 | 5E | 0 | 41 | 32 | 1A | 15A | 31 | 32 |
| Octal | 274 | 101 | 136 | 0 | 101 | 62 | 32 | 532 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1011110 | 0 | 1000001 | 110010 | 11010 | 101011010 | 110001 | 110010 |
Color Harmonies of #BC415E
Complementary color
Monochromatic Colors of #BC415E
Black with #BC415E
Text Example
Text Example
White with #BC415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC415E; }
p { color: rgb(188,65,94); }
H1.HeaderClassName
{
color: #BC415E;
}
.AnyTagClassName
{
color: #BC415E;
}
</style>
background-color css
<style>
a { background-color: #BC415E; }
a { background-color: rgb(188,65,94); }
div.DivClassName
{
background-color: #BC415E;
}
.BgClassName
{
background-color: #BC415E;
}
</style>
border-color css
<style>
span { border-color: #BC415E; }
span { border-color: rgb(188,65,94); }
td.TdClassName
{
border-color: #BC415E;
}
.TagClassName
{
border-color: #BC415E;
}
</style>