Shades of Blush #BC415F
Tints of Blush #BC415F
RGB
CMYK
RGB Variations
Color information
#BC415F (or 0xBC415F) is known color: Blush. HEX triplet: BC, 41 and 5F. RGB value is (188,65,95). Sum of RGB (Red+Green+Blue) = 188+65+95=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415F is #43BEA0. Grayscale: #696969. Windows color (decimal): -4439713 or 6242748. OLE color: 6242748.
HSL color Cylindrical-coordinate representation of color #BC415F: hue angle of 345.37º 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 #BC415F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 95 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.26 |
| HSL | 345.37º | 0.49% | 0.5% | - |
| HSV(B) | 345.37º | 0.65% | 0.74% | - |
| XYZ | 24.69 | 15.3 | 12.48 | - |
| YUV | 105.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 95 | 0 | 0.65 | 0.49 | 0.26 | 345.37 | 0.49 | 0.5 |
| Hex | BC | 41 | 5F | 0 | 41 | 31 | 1A | 159 | 31 | 32 |
| Octal | 274 | 101 | 137 | 0 | 101 | 61 | 32 | 531 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1011111 | 0 | 1000001 | 110001 | 11010 | 101011001 | 110001 | 110010 |
Color Harmonies of #BC415F
Complementary color
Monochromatic Colors of #BC415F
Black with #BC415F
Text Example
Text Example
White with #BC415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC415F; }
p { color: rgb(188,65,95); }
H1.HeaderClassName
{
color: #BC415F;
}
.AnyTagClassName
{
color: #BC415F;
}
</style>
background-color css
<style>
a { background-color: #BC415F; }
a { background-color: rgb(188,65,95); }
div.DivClassName
{
background-color: #BC415F;
}
.BgClassName
{
background-color: #BC415F;
}
</style>
border-color css
<style>
span { border-color: #BC415F; }
span { border-color: rgb(188,65,95); }
td.TdClassName
{
border-color: #BC415F;
}
.TagClassName
{
border-color: #BC415F;
}
</style>