Shades of Royal Heath #BD447E
Tints of Royal Heath #BD447E
RGB
CMYK
RGB Variations
Color information
#BD447E (or 0xBD447E) is known color: Royal Heath. HEX triplet: BD, 44 and 7E. RGB value is (189,68,126). Sum of RGB (Red+Green+Blue) = 189+68+126=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD447E is #42BB81. Grayscale: #6E6E6E. Windows color (decimal): -4373378 or 8275133. OLE color: 8275133.
HSL color Cylindrical-coordinate representation of color #BD447E: hue angle of 331.24º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD447E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 126 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.26 |
| HSL | 331.24º | 0.48% | 0.5% | - |
| HSV(B) | 331.24º | 0.64% | 0.74% | - |
| XYZ | 26.82 | 16.46 | 21.5 | - |
| YUV | 110.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 126 | 0 | 0.64 | 0.33 | 0.26 | 331.24 | 0.48 | 0.5 |
| Hex | BD | 44 | 7E | 0 | 40 | 21 | 1A | 14B | 30 | 32 |
| Octal | 275 | 104 | 176 | 0 | 100 | 41 | 32 | 513 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1111110 | 0 | 1000000 | 100001 | 11010 | 101001011 | 110000 | 110010 |
Color Harmonies of #BD447E
Complementary color
Monochromatic Colors of #BD447E
Black with #BD447E
Text Example
Text Example
White with #BD447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD447E; }
p { color: rgb(189,68,126); }
H1.HeaderClassName
{
color: #BD447E;
}
.AnyTagClassName
{
color: #BD447E;
}
</style>
background-color css
<style>
a { background-color: #BD447E; }
a { background-color: rgb(189,68,126); }
div.DivClassName
{
background-color: #BD447E;
}
.BgClassName
{
background-color: #BD447E;
}
</style>
border-color css
<style>
span { border-color: #BD447E; }
span { border-color: rgb(189,68,126); }
td.TdClassName
{
border-color: #BD447E;
}
.TagClassName
{
border-color: #BD447E;
}
</style>