Shades of Royal Heath #BC4178
Tints of Royal Heath #BC4178
RGB
CMYK
RGB Variations
Color information
#BC4178 (or 0xBC4178) is known color: Royal Heath. HEX triplet: BC, 41 and 78. RGB value is (188,65,120). Sum of RGB (Red+Green+Blue) = 188+65+120=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4178 is #43BE87. Grayscale: #6B6B6B. Windows color (decimal): -4439688 or 7881148. OLE color: 7881148.
HSL color Cylindrical-coordinate representation of color #BC4178: hue angle of 333.17º 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 #BC4178 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 120 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.26 |
| HSL | 333.17º | 0.49% | 0.5% | - |
| HSV(B) | 333.17º | 0.65% | 0.74% | - |
| XYZ | 26.02 | 15.83 | 19.45 | - |
| YUV | 108.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 120 | 0 | 0.65 | 0.36 | 0.26 | 333.17 | 0.49 | 0.5 |
| Hex | BC | 41 | 78 | 0 | 41 | 24 | 1A | 14D | 31 | 32 |
| Octal | 274 | 101 | 170 | 0 | 101 | 44 | 32 | 515 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1111000 | 0 | 1000001 | 100100 | 11010 | 101001101 | 110001 | 110010 |
Color Harmonies of #BC4178
Complementary color
Monochromatic Colors of #BC4178
Black with #BC4178
Text Example
Text Example
White with #BC4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4178; }
p { color: rgb(188,65,120); }
H1.HeaderClassName
{
color: #BC4178;
}
.AnyTagClassName
{
color: #BC4178;
}
</style>
background-color css
<style>
a { background-color: #BC4178; }
a { background-color: rgb(188,65,120); }
div.DivClassName
{
background-color: #BC4178;
}
.BgClassName
{
background-color: #BC4178;
}
</style>
border-color css
<style>
span { border-color: #BC4178; }
span { border-color: rgb(188,65,120); }
td.TdClassName
{
border-color: #BC4178;
}
.TagClassName
{
border-color: #BC4178;
}
</style>