Shades of Royal Heath #BC4277
Tints of Royal Heath #BC4277
RGB
CMYK
RGB Variations
Color information
#BC4277 (or 0xBC4277) is known color: Royal Heath. HEX triplet: BC, 42 and 77. RGB value is (188,66,119). Sum of RGB (Red+Green+Blue) = 188+66+119=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4277 is #43BD88. Grayscale: #6C6C6C. Windows color (decimal): -4439433 or 7815868. OLE color: 7815868.
HSL color Cylindrical-coordinate representation of color #BC4277: hue angle of 333.93º degrees, saturation: 0.48, 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 #BC4277 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 119 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.26 |
| HSL | 333.93º | 0.48% | 0.5% | - |
| HSV(B) | 333.93º | 0.65% | 0.74% | - |
| XYZ | 26.02 | 15.92 | 19.15 | - |
| YUV | 108.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 119 | 0 | 0.65 | 0.37 | 0.26 | 333.93 | 0.48 | 0.5 |
| Hex | BC | 42 | 77 | 0 | 41 | 25 | 1A | 14E | 30 | 32 |
| Octal | 274 | 102 | 167 | 0 | 101 | 45 | 32 | 516 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1110111 | 0 | 1000001 | 100101 | 11010 | 101001110 | 110000 | 110010 |
Color Harmonies of #BC4277
Complementary color
Monochromatic Colors of #BC4277
Black with #BC4277
Text Example
Text Example
White with #BC4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4277; }
p { color: rgb(188,66,119); }
H1.HeaderClassName
{
color: #BC4277;
}
.AnyTagClassName
{
color: #BC4277;
}
</style>
background-color css
<style>
a { background-color: #BC4277; }
a { background-color: rgb(188,66,119); }
div.DivClassName
{
background-color: #BC4277;
}
.BgClassName
{
background-color: #BC4277;
}
</style>
border-color css
<style>
span { border-color: #BC4277; }
span { border-color: rgb(188,66,119); }
td.TdClassName
{
border-color: #BC4277;
}
.TagClassName
{
border-color: #BC4277;
}
</style>