Shades of Royal Heath #BC4273
Tints of Royal Heath #BC4273
RGB
CMYK
RGB Variations
Color information
#BC4273 (or 0xBC4273) is known color: Royal Heath. HEX triplet: BC, 42 and 73. RGB value is (188,66,115). Sum of RGB (Red+Green+Blue) = 188+66+115=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4273 is #43BD8C. Grayscale: #6B6B6B. Windows color (decimal): -4439437 or 7553724. OLE color: 7553724.
HSL color Cylindrical-coordinate representation of color #BC4273: hue angle of 335.9º 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 #BC4273 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 115 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.26 |
| HSL | 335.9º | 0.48% | 0.5% | - |
| HSV(B) | 335.9º | 0.65% | 0.74% | - |
| XYZ | 25.78 | 15.83 | 17.92 | - |
| YUV | 108.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 115 | 0 | 0.65 | 0.39 | 0.26 | 335.9 | 0.48 | 0.5 |
| Hex | BC | 42 | 73 | 0 | 41 | 27 | 1A | 150 | 30 | 32 |
| Octal | 274 | 102 | 163 | 0 | 101 | 47 | 32 | 520 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1110011 | 0 | 1000001 | 100111 | 11010 | 101010000 | 110000 | 110010 |
Color Harmonies of #BC4273
Complementary color
Monochromatic Colors of #BC4273
Black with #BC4273
Text Example
Text Example
White with #BC4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4273; }
p { color: rgb(188,66,115); }
H1.HeaderClassName
{
color: #BC4273;
}
.AnyTagClassName
{
color: #BC4273;
}
</style>
background-color css
<style>
a { background-color: #BC4273; }
a { background-color: rgb(188,66,115); }
div.DivClassName
{
background-color: #BC4273;
}
.BgClassName
{
background-color: #BC4273;
}
</style>
border-color css
<style>
span { border-color: #BC4273; }
span { border-color: rgb(188,66,115); }
td.TdClassName
{
border-color: #BC4273;
}
.TagClassName
{
border-color: #BC4273;
}
</style>