Shades of Royal Heath #BD4E7D
Tints of Royal Heath #BD4E7D
RGB
CMYK
RGB Variations
Color information
#BD4E7D (or 0xBD4E7D) is known color: Royal Heath. HEX triplet: BD, 4E and 7D. RGB value is (189,78,125). Sum of RGB (Red+Green+Blue) = 189+78+125=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E7D is #42B182. Grayscale: #747474. Windows color (decimal): -4370819 or 8212157. OLE color: 8212157.
HSL color Cylindrical-coordinate representation of color #BD4E7D: hue angle of 334.59º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E7D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 125 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.26 |
| HSL | 334.59º | 0.46% | 0.52% | - |
| HSV(B) | 334.59º | 0.59% | 0.74% | - |
| XYZ | 27.41 | 17.75 | 21.38 | - |
| YUV | 116.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 125 | 0 | 0.59 | 0.34 | 0.26 | 334.59 | 0.46 | 0.52 |
| Hex | BD | 4E | 7D | 0 | 3B | 22 | 1A | 14F | 2E | 34 |
| Octal | 275 | 116 | 175 | 0 | 73 | 42 | 32 | 517 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1111101 | 0 | 111011 | 100010 | 11010 | 101001111 | 101110 | 110100 |
Color Harmonies of #BD4E7D
Complementary color
Monochromatic Colors of #BD4E7D
Black with #BD4E7D
Text Example
Text Example
White with #BD4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E7D; }
p { color: rgb(189,78,125); }
H1.HeaderClassName
{
color: #BD4E7D;
}
.AnyTagClassName
{
color: #BD4E7D;
}
</style>
background-color css
<style>
a { background-color: #BD4E7D; }
a { background-color: rgb(189,78,125); }
div.DivClassName
{
background-color: #BD4E7D;
}
.BgClassName
{
background-color: #BD4E7D;
}
</style>
border-color css
<style>
span { border-color: #BD4E7D; }
span { border-color: rgb(189,78,125); }
td.TdClassName
{
border-color: #BD4E7D;
}
.TagClassName
{
border-color: #BD4E7D;
}
</style>