Shades of Royal Heath #BC4F7B
Tints of Royal Heath #BC4F7B
RGB
CMYK
RGB Variations
Color information
#BC4F7B (or 0xBC4F7B) is known color: Royal Heath. HEX triplet: BC, 4F and 7B. RGB value is (188,79,123). Sum of RGB (Red+Green+Blue) = 188+79+123=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F7B is #43B084. Grayscale: #747474. Windows color (decimal): -4436101 or 8081340. OLE color: 8081340.
HSL color Cylindrical-coordinate representation of color #BC4F7B: hue angle of 335.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F7B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 123 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.26 |
| HSL | 335.78º | 0.45% | 0.52% | - |
| HSV(B) | 335.78º | 0.58% | 0.74% | - |
| XYZ | 27.11 | 17.71 | 20.73 | - |
| YUV | 116.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 123 | 0 | 0.58 | 0.35 | 0.26 | 335.78 | 0.45 | 0.52 |
| Hex | BC | 4F | 7B | 0 | 3A | 23 | 1A | 150 | 2D | 34 |
| Octal | 274 | 117 | 173 | 0 | 72 | 43 | 32 | 520 | 55 | 64 |
| Binary | 10111100 | 1001111 | 1111011 | 0 | 111010 | 100011 | 11010 | 101010000 | 101101 | 110100 |
Color Harmonies of #BC4F7B
Complementary color
Monochromatic Colors of #BC4F7B
Black with #BC4F7B
Text Example
Text Example
White with #BC4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F7B; }
p { color: rgb(188,79,123); }
H1.HeaderClassName
{
color: #BC4F7B;
}
.AnyTagClassName
{
color: #BC4F7B;
}
</style>
background-color css
<style>
a { background-color: #BC4F7B; }
a { background-color: rgb(188,79,123); }
div.DivClassName
{
background-color: #BC4F7B;
}
.BgClassName
{
background-color: #BC4F7B;
}
</style>
border-color css
<style>
span { border-color: #BC4F7B; }
span { border-color: rgb(188,79,123); }
td.TdClassName
{
border-color: #BC4F7B;
}
.TagClassName
{
border-color: #BC4F7B;
}
</style>