Shades of Royal Heath #BD4177
Tints of Royal Heath #BD4177
RGB
CMYK
RGB Variations
Color information
#BD4177 (or 0xBD4177) is known color: Royal Heath. HEX triplet: BD, 41 and 77. RGB value is (189,65,119). Sum of RGB (Red+Green+Blue) = 189+65+119=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4177 is #42BE88. Grayscale: #6C6C6C. Windows color (decimal): -4374153 or 7815613. OLE color: 7815613.
HSL color Cylindrical-coordinate representation of color #BD4177: hue angle of 333.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4177 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 119 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.26 |
| HSL | 333.87º | 0.49% | 0.5% | - |
| HSV(B) | 333.87º | 0.66% | 0.74% | - |
| XYZ | 26.21 | 15.93 | 19.15 | - |
| YUV | 108.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 119 | 0 | 0.66 | 0.37 | 0.26 | 333.87 | 0.49 | 0.5 |
| Hex | BD | 41 | 77 | 0 | 42 | 25 | 1A | 14E | 31 | 32 |
| Octal | 275 | 101 | 167 | 0 | 102 | 45 | 32 | 516 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1110111 | 0 | 1000010 | 100101 | 11010 | 101001110 | 110001 | 110010 |
Color Harmonies of #BD4177
Complementary color
Monochromatic Colors of #BD4177
Black with #BD4177
Text Example
Text Example
White with #BD4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4177; }
p { color: rgb(189,65,119); }
H1.HeaderClassName
{
color: #BD4177;
}
.AnyTagClassName
{
color: #BD4177;
}
</style>
background-color css
<style>
a { background-color: #BD4177; }
a { background-color: rgb(189,65,119); }
div.DivClassName
{
background-color: #BD4177;
}
.BgClassName
{
background-color: #BD4177;
}
</style>
border-color css
<style>
span { border-color: #BD4177; }
span { border-color: rgb(189,65,119); }
td.TdClassName
{
border-color: #BD4177;
}
.TagClassName
{
border-color: #BD4177;
}
</style>