Shades of Royal Heath #BC4175
Tints of Royal Heath #BC4175
RGB
CMYK
RGB Variations
Color information
#BC4175 (or 0xBC4175) is known color: Royal Heath. HEX triplet: BC, 41 and 75. RGB value is (188,65,117). Sum of RGB (Red+Green+Blue) = 188+65+117=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4175 is #43BE8A. Grayscale: #6B6B6B. Windows color (decimal): -4439691 or 7684540. OLE color: 7684540.
HSL color Cylindrical-coordinate representation of color #BC4175: hue angle of 334.63º 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 #BC4175 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 117 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.26 |
| HSL | 334.63º | 0.49% | 0.5% | - |
| HSV(B) | 334.63º | 0.65% | 0.74% | - |
| XYZ | 25.84 | 15.76 | 18.51 | - |
| YUV | 107.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 117 | 0 | 0.65 | 0.38 | 0.26 | 334.63 | 0.49 | 0.5 |
| Hex | BC | 41 | 75 | 0 | 41 | 26 | 1A | 14F | 31 | 32 |
| Octal | 274 | 101 | 165 | 0 | 101 | 46 | 32 | 517 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1110101 | 0 | 1000001 | 100110 | 11010 | 101001111 | 110001 | 110010 |
Color Harmonies of #BC4175
Complementary color
Monochromatic Colors of #BC4175
Black with #BC4175
Text Example
Text Example
White with #BC4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4175; }
p { color: rgb(188,65,117); }
H1.HeaderClassName
{
color: #BC4175;
}
.AnyTagClassName
{
color: #BC4175;
}
</style>
background-color css
<style>
a { background-color: #BC4175; }
a { background-color: rgb(188,65,117); }
div.DivClassName
{
background-color: #BC4175;
}
.BgClassName
{
background-color: #BC4175;
}
</style>
border-color css
<style>
span { border-color: #BC4175; }
span { border-color: rgb(188,65,117); }
td.TdClassName
{
border-color: #BC4175;
}
.TagClassName
{
border-color: #BC4175;
}
</style>