Shades of Royal Heath #BC4077
Tints of Royal Heath #BC4077
RGB
CMYK
RGB Variations
Color information
#BC4077 (or 0xBC4077) is known color: Royal Heath. HEX triplet: BC, 40 and 77. RGB value is (188,64,119). Sum of RGB (Red+Green+Blue) = 188+64+119=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4077 is #43BF88. Grayscale: #6B6B6B. Windows color (decimal): -4439945 or 7815356. OLE color: 7815356.
HSL color Cylindrical-coordinate representation of color #BC4077: hue angle of 333.39º 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 #BC4077 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 119 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.26 |
| HSL | 333.39º | 0.49% | 0.49% | - |
| HSV(B) | 333.39º | 0.66% | 0.74% | - |
| XYZ | 25.9 | 15.69 | 19.12 | - |
| YUV | 107.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 119 | 0 | 0.66 | 0.37 | 0.26 | 333.39 | 0.49 | 0.49 |
| Hex | BC | 40 | 77 | 0 | 42 | 25 | 1A | 14D | 31 | 31 |
| Octal | 274 | 100 | 167 | 0 | 102 | 45 | 32 | 515 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1110111 | 0 | 1000010 | 100101 | 11010 | 101001101 | 110001 | 110001 |
Color Harmonies of #BC4077
Complementary color
Monochromatic Colors of #BC4077
Black with #BC4077
Text Example
Text Example
White with #BC4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4077; }
p { color: rgb(188,64,119); }
H1.HeaderClassName
{
color: #BC4077;
}
.AnyTagClassName
{
color: #BC4077;
}
</style>
background-color css
<style>
a { background-color: #BC4077; }
a { background-color: rgb(188,64,119); }
div.DivClassName
{
background-color: #BC4077;
}
.BgClassName
{
background-color: #BC4077;
}
</style>
border-color css
<style>
span { border-color: #BC4077; }
span { border-color: rgb(188,64,119); }
td.TdClassName
{
border-color: #BC4077;
}
.TagClassName
{
border-color: #BC4077;
}
</style>