Shades of Royal Heath #BD4E7B
Tints of Royal Heath #BD4E7B
RGB
CMYK
RGB Variations
Color information
#BD4E7B (or 0xBD4E7B) is known color: Royal Heath. HEX triplet: BD, 4E and 7B. RGB value is (189,78,123). Sum of RGB (Red+Green+Blue) = 189+78+123=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E7B is #42B184. Grayscale: #747474. Windows color (decimal): -4370821 or 8081085. OLE color: 8081085.
HSL color Cylindrical-coordinate representation of color #BD4E7B: hue angle of 335.68º 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 #BD4E7B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 123 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.26 |
| HSL | 335.68º | 0.46% | 0.52% | - |
| HSV(B) | 335.68º | 0.59% | 0.74% | - |
| XYZ | 27.29 | 17.7 | 20.72 | - |
| YUV | 116.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 123 | 0 | 0.59 | 0.35 | 0.26 | 335.68 | 0.46 | 0.52 |
| Hex | BD | 4E | 7B | 0 | 3B | 23 | 1A | 150 | 2E | 34 |
| Octal | 275 | 116 | 173 | 0 | 73 | 43 | 32 | 520 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1111011 | 0 | 111011 | 100011 | 11010 | 101010000 | 101110 | 110100 |
Color Harmonies of #BD4E7B
Complementary color
Monochromatic Colors of #BD4E7B
Black with #BD4E7B
Text Example
Text Example
White with #BD4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E7B; }
p { color: rgb(189,78,123); }
H1.HeaderClassName
{
color: #BD4E7B;
}
.AnyTagClassName
{
color: #BD4E7B;
}
</style>
background-color css
<style>
a { background-color: #BD4E7B; }
a { background-color: rgb(189,78,123); }
div.DivClassName
{
background-color: #BD4E7B;
}
.BgClassName
{
background-color: #BD4E7B;
}
</style>
border-color css
<style>
span { border-color: #BD4E7B; }
span { border-color: rgb(189,78,123); }
td.TdClassName
{
border-color: #BD4E7B;
}
.TagClassName
{
border-color: #BD4E7B;
}
</style>