Shades of Royal Heath #BC4B7D
Tints of Royal Heath #BC4B7D
RGB
CMYK
RGB Variations
Color information
#BC4B7D (or 0xBC4B7D) is known color: Royal Heath. HEX triplet: BC, 4B and 7D. RGB value is (188,75,125). Sum of RGB (Red+Green+Blue) = 188+75+125=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B7D is #43B482. Grayscale: #727272. Windows color (decimal): -4437123 or 8211388. OLE color: 8211388.
HSL color Cylindrical-coordinate representation of color #BC4B7D: hue angle of 333.45º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B7D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 125 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.26 |
| HSL | 333.45º | 0.46% | 0.52% | - |
| HSV(B) | 333.45º | 0.6% | 0.74% | - |
| XYZ | 26.96 | 17.2 | 21.3 | - |
| YUV | 114.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 125 | 0 | 0.60 | 0.34 | 0.26 | 333.45 | 0.46 | 0.52 |
| Hex | BC | 4B | 7D | 0 | 3C | 22 | 1A | 14D | 2E | 34 |
| Octal | 274 | 113 | 175 | 0 | 74 | 42 | 32 | 515 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1111101 | 0 | 111100 | 100010 | 11010 | 101001101 | 101110 | 110100 |
Color Harmonies of #BC4B7D
Complementary color
Monochromatic Colors of #BC4B7D
Black with #BC4B7D
Text Example
Text Example
White with #BC4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B7D; }
p { color: rgb(188,75,125); }
H1.HeaderClassName
{
color: #BC4B7D;
}
.AnyTagClassName
{
color: #BC4B7D;
}
</style>
background-color css
<style>
a { background-color: #BC4B7D; }
a { background-color: rgb(188,75,125); }
div.DivClassName
{
background-color: #BC4B7D;
}
.BgClassName
{
background-color: #BC4B7D;
}
</style>
border-color css
<style>
span { border-color: #BC4B7D; }
span { border-color: rgb(188,75,125); }
td.TdClassName
{
border-color: #BC4B7D;
}
.TagClassName
{
border-color: #BC4B7D;
}
</style>