Shades of Royal Heath #BD467B
Tints of Royal Heath #BD467B
RGB
CMYK
RGB Variations
Color information
#BD467B (or 0xBD467B) is known color: Royal Heath. HEX triplet: BD, 46 and 7B. RGB value is (189,70,123). Sum of RGB (Red+Green+Blue) = 189+70+123=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD467B is #42B984. Grayscale: #6F6F6F. Windows color (decimal): -4372869 or 8079037. OLE color: 8079037.
HSL color Cylindrical-coordinate representation of color #BD467B: hue angle of 333.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD467B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 123 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.26 |
| HSL | 333.28º | 0.47% | 0.51% | - |
| HSV(B) | 333.28º | 0.63% | 0.74% | - |
| XYZ | 26.75 | 16.63 | 20.54 | - |
| YUV | 111.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 123 | 0 | 0.63 | 0.35 | 0.26 | 333.28 | 0.47 | 0.51 |
| Hex | BD | 46 | 7B | 0 | 3F | 23 | 1A | 14D | 2F | 33 |
| Octal | 275 | 106 | 173 | 0 | 77 | 43 | 32 | 515 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1111011 | 0 | 111111 | 100011 | 11010 | 101001101 | 101111 | 110011 |
Color Harmonies of #BD467B
Complementary color
Monochromatic Colors of #BD467B
Black with #BD467B
Text Example
Text Example
White with #BD467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD467B; }
p { color: rgb(189,70,123); }
H1.HeaderClassName
{
color: #BD467B;
}
.AnyTagClassName
{
color: #BD467B;
}
</style>
background-color css
<style>
a { background-color: #BD467B; }
a { background-color: rgb(189,70,123); }
div.DivClassName
{
background-color: #BD467B;
}
.BgClassName
{
background-color: #BD467B;
}
</style>
border-color css
<style>
span { border-color: #BD467B; }
span { border-color: rgb(189,70,123); }
td.TdClassName
{
border-color: #BD467B;
}
.TagClassName
{
border-color: #BD467B;
}
</style>