Shades of Royal Heath #BD4474
Tints of Royal Heath #BD4474
RGB
CMYK
RGB Variations
Color information
#BD4474 (or 0xBD4474) is known color: Royal Heath. HEX triplet: BD, 44 and 74. RGB value is (189,68,116). Sum of RGB (Red+Green+Blue) = 189+68+116=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4474 is #42BB8B. Grayscale: #6D6D6D. Windows color (decimal): -4373388 or 7619773. OLE color: 7619773.
HSL color Cylindrical-coordinate representation of color #BD4474: hue angle of 336.2º 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 #BD4474 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 116 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.26 |
| HSL | 336.2º | 0.48% | 0.5% | - |
| HSV(B) | 336.2º | 0.64% | 0.74% | - |
| XYZ | 26.21 | 16.21 | 18.27 | - |
| YUV | 109.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 116 | 0 | 0.64 | 0.39 | 0.26 | 336.2 | 0.48 | 0.5 |
| Hex | BD | 44 | 74 | 0 | 40 | 27 | 1A | 150 | 30 | 32 |
| Octal | 275 | 104 | 164 | 0 | 100 | 47 | 32 | 520 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1110100 | 0 | 1000000 | 100111 | 11010 | 101010000 | 110000 | 110010 |
Color Harmonies of #BD4474
Complementary color
Monochromatic Colors of #BD4474
Black with #BD4474
Text Example
Text Example
White with #BD4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4474; }
p { color: rgb(189,68,116); }
H1.HeaderClassName
{
color: #BD4474;
}
.AnyTagClassName
{
color: #BD4474;
}
</style>
background-color css
<style>
a { background-color: #BD4474; }
a { background-color: rgb(189,68,116); }
div.DivClassName
{
background-color: #BD4474;
}
.BgClassName
{
background-color: #BD4474;
}
</style>
border-color css
<style>
span { border-color: #BD4474; }
span { border-color: rgb(189,68,116); }
td.TdClassName
{
border-color: #BD4474;
}
.TagClassName
{
border-color: #BD4474;
}
</style>