Shades of Royal Heath #BD406D
Tints of Royal Heath #BD406D
RGB
CMYK
RGB Variations
Color information
#BD406D (or 0xBD406D) is known color: Royal Heath. HEX triplet: BD, 40 and 6D. RGB value is (189,64,109). Sum of RGB (Red+Green+Blue) = 189+64+109=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD406D is #42BF92. Grayscale: #6A6A6A. Windows color (decimal): -4374419 or 7159997. OLE color: 7159997.
HSL color Cylindrical-coordinate representation of color #BD406D: hue angle of 338.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD406D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 109 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.26 |
| HSL | 338.4º | 0.49% | 0.5% | - |
| HSV(B) | 338.4º | 0.66% | 0.74% | - |
| XYZ | 25.58 | 15.59 | 16.13 | - |
| YUV | 106.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 109 | 0 | 0.66 | 0.42 | 0.26 | 338.4 | 0.49 | 0.5 |
| Hex | BD | 40 | 6D | 0 | 42 | 2A | 1A | 152 | 31 | 32 |
| Octal | 275 | 100 | 155 | 0 | 102 | 52 | 32 | 522 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1101101 | 0 | 1000010 | 101010 | 11010 | 101010010 | 110001 | 110010 |
Color Harmonies of #BD406D
Complementary color
Monochromatic Colors of #BD406D
Black with #BD406D
Text Example
Text Example
White with #BD406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD406D; }
p { color: rgb(189,64,109); }
H1.HeaderClassName
{
color: #BD406D;
}
.AnyTagClassName
{
color: #BD406D;
}
</style>
background-color css
<style>
a { background-color: #BD406D; }
a { background-color: rgb(189,64,109); }
div.DivClassName
{
background-color: #BD406D;
}
.BgClassName
{
background-color: #BD406D;
}
</style>
border-color css
<style>
span { border-color: #BD406D; }
span { border-color: rgb(189,64,109); }
td.TdClassName
{
border-color: #BD406D;
}
.TagClassName
{
border-color: #BD406D;
}
</style>