Shades of Royal Heath #BC4378
Tints of Royal Heath #BC4378
RGB
CMYK
RGB Variations
Color information
#BC4378 (or 0xBC4378) is known color: Royal Heath. HEX triplet: BC, 43 and 78. RGB value is (188,67,120). Sum of RGB (Red+Green+Blue) = 188+67+120=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4378 is #43BC87. Grayscale: #6D6D6D. Windows color (decimal): -4439176 or 7881660. OLE color: 7881660.
HSL color Cylindrical-coordinate representation of color #BC4378: hue angle of 333.72º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4378 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 120 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.26 |
| HSL | 333.72º | 0.47% | 0.5% | - |
| HSV(B) | 333.72º | 0.64% | 0.74% | - |
| XYZ | 26.14 | 16.06 | 19.49 | - |
| YUV | 109.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 120 | 0 | 0.64 | 0.36 | 0.26 | 333.72 | 0.47 | 0.5 |
| Hex | BC | 43 | 78 | 0 | 40 | 24 | 1A | 14E | 2F | 32 |
| Octal | 274 | 103 | 170 | 0 | 100 | 44 | 32 | 516 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1111000 | 0 | 1000000 | 100100 | 11010 | 101001110 | 101111 | 110010 |
Color Harmonies of #BC4378
Complementary color
Monochromatic Colors of #BC4378
Black with #BC4378
Text Example
Text Example
White with #BC4378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4378; }
p { color: rgb(188,67,120); }
H1.HeaderClassName
{
color: #BC4378;
}
.AnyTagClassName
{
color: #BC4378;
}
</style>
background-color css
<style>
a { background-color: #BC4378; }
a { background-color: rgb(188,67,120); }
div.DivClassName
{
background-color: #BC4378;
}
.BgClassName
{
background-color: #BC4378;
}
</style>
border-color css
<style>
span { border-color: #BC4378; }
span { border-color: rgb(188,67,120); }
td.TdClassName
{
border-color: #BC4378;
}
.TagClassName
{
border-color: #BC4378;
}
</style>