Shades of Royal Heath #BC4075
Tints of Royal Heath #BC4075
RGB
CMYK
RGB Variations
Color information
#BC4075 (or 0xBC4075) is known color: Royal Heath. HEX triplet: BC, 40 and 75. RGB value is (188,64,117). Sum of RGB (Red+Green+Blue) = 188+64+117=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4075 is #43BF8A. Grayscale: #6B6B6B. Windows color (decimal): -4439947 or 7684284. OLE color: 7684284.
HSL color Cylindrical-coordinate representation of color #BC4075: hue angle of 334.35º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4075 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 117 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.26 |
| HSL | 334.35º | 0.49% | 0.49% | - |
| HSV(B) | 334.35º | 0.66% | 0.74% | - |
| XYZ | 25.78 | 15.64 | 18.49 | - |
| YUV | 107.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 117 | 0 | 0.66 | 0.38 | 0.26 | 334.35 | 0.49 | 0.49 |
| Hex | BC | 40 | 75 | 0 | 42 | 26 | 1A | 14E | 31 | 31 |
| Octal | 274 | 100 | 165 | 0 | 102 | 46 | 32 | 516 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1110101 | 0 | 1000010 | 100110 | 11010 | 101001110 | 110001 | 110001 |
Color Harmonies of #BC4075
Complementary color
Monochromatic Colors of #BC4075
Black with #BC4075
Text Example
Text Example
White with #BC4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4075; }
p { color: rgb(188,64,117); }
H1.HeaderClassName
{
color: #BC4075;
}
.AnyTagClassName
{
color: #BC4075;
}
</style>
background-color css
<style>
a { background-color: #BC4075; }
a { background-color: rgb(188,64,117); }
div.DivClassName
{
background-color: #BC4075;
}
.BgClassName
{
background-color: #BC4075;
}
</style>
border-color css
<style>
span { border-color: #BC4075; }
span { border-color: rgb(188,64,117); }
td.TdClassName
{
border-color: #BC4075;
}
.TagClassName
{
border-color: #BC4075;
}
</style>