Shades of Royal Heath #BD4475
Tints of Royal Heath #BD4475
RGB
CMYK
RGB Variations
Color information
#BD4475 (or 0xBD4475) is known color: Royal Heath. HEX triplet: BD, 44 and 75. RGB value is (189,68,117). Sum of RGB (Red+Green+Blue) = 189+68+117=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4475 is #42BB8A. Grayscale: #6D6D6D. Windows color (decimal): -4373387 or 7685309. OLE color: 7685309.
HSL color Cylindrical-coordinate representation of color #BD4475: hue angle of 335.7º 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 #BD4475 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 117 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.26 |
| HSL | 335.7º | 0.48% | 0.5% | - |
| HSV(B) | 335.7º | 0.64% | 0.74% | - |
| XYZ | 26.26 | 16.24 | 18.58 | - |
| YUV | 109.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 117 | 0 | 0.64 | 0.38 | 0.26 | 335.7 | 0.48 | 0.5 |
| Hex | BD | 44 | 75 | 0 | 40 | 26 | 1A | 150 | 30 | 32 |
| Octal | 275 | 104 | 165 | 0 | 100 | 46 | 32 | 520 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1110101 | 0 | 1000000 | 100110 | 11010 | 101010000 | 110000 | 110010 |
Color Harmonies of #BD4475
Complementary color
Monochromatic Colors of #BD4475
Black with #BD4475
Text Example
Text Example
White with #BD4475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4475; }
p { color: rgb(189,68,117); }
H1.HeaderClassName
{
color: #BD4475;
}
.AnyTagClassName
{
color: #BD4475;
}
</style>
background-color css
<style>
a { background-color: #BD4475; }
a { background-color: rgb(189,68,117); }
div.DivClassName
{
background-color: #BD4475;
}
.BgClassName
{
background-color: #BD4475;
}
</style>
border-color css
<style>
span { border-color: #BD4475; }
span { border-color: rgb(189,68,117); }
td.TdClassName
{
border-color: #BD4475;
}
.TagClassName
{
border-color: #BD4475;
}
</style>