Shades of Royal Heath #BD447B
Tints of Royal Heath #BD447B
RGB
CMYK
RGB Variations
Color information
#BD447B (or 0xBD447B) is known color: Royal Heath. HEX triplet: BD, 44 and 7B. RGB value is (189,68,123). Sum of RGB (Red+Green+Blue) = 189+68+123=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD447B is #42BB84. Grayscale: #6E6E6E. Windows color (decimal): -4373381 or 8078525. OLE color: 8078525.
HSL color Cylindrical-coordinate representation of color #BD447B: hue angle of 332.73º 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 #BD447B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 123 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.26 |
| HSL | 332.73º | 0.48% | 0.5% | - |
| HSV(B) | 332.73º | 0.64% | 0.74% | - |
| XYZ | 26.63 | 16.38 | 20.5 | - |
| YUV | 110.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 123 | 0 | 0.64 | 0.35 | 0.26 | 332.73 | 0.48 | 0.5 |
| Hex | BD | 44 | 7B | 0 | 40 | 23 | 1A | 14D | 30 | 32 |
| Octal | 275 | 104 | 173 | 0 | 100 | 43 | 32 | 515 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1111011 | 0 | 1000000 | 100011 | 11010 | 101001101 | 110000 | 110010 |
Color Harmonies of #BD447B
Complementary color
Monochromatic Colors of #BD447B
Black with #BD447B
Text Example
Text Example
White with #BD447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD447B; }
p { color: rgb(189,68,123); }
H1.HeaderClassName
{
color: #BD447B;
}
.AnyTagClassName
{
color: #BD447B;
}
</style>
background-color css
<style>
a { background-color: #BD447B; }
a { background-color: rgb(189,68,123); }
div.DivClassName
{
background-color: #BD447B;
}
.BgClassName
{
background-color: #BD447B;
}
</style>
border-color css
<style>
span { border-color: #BD447B; }
span { border-color: rgb(189,68,123); }
td.TdClassName
{
border-color: #BD447B;
}
.TagClassName
{
border-color: #BD447B;
}
</style>