Shades of Royal Heath #BD3C6E
Tints of Royal Heath #BD3C6E
RGB
CMYK
RGB Variations
Color information
#BD3C6E (or 0xBD3C6E) is known color: Royal Heath. HEX triplet: BD, 3C and 6E. RGB value is (189,60,110). Sum of RGB (Red+Green+Blue) = 189+60+110=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C6E is #42C391. Grayscale: #686868. Windows color (decimal): -4375442 or 7224509. OLE color: 7224509.
HSL color Cylindrical-coordinate representation of color #BD3C6E: hue angle of 336.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C6E is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 110 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.26 |
| HSL | 336.74º | 0.52% | 0.49% | - |
| HSV(B) | 336.74º | 0.68% | 0.74% | - |
| XYZ | 25.42 | 15.18 | 16.34 | - |
| YUV | 104.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 110 | 0 | 0.68 | 0.42 | 0.26 | 336.74 | 0.52 | 0.49 |
| Hex | BD | 3C | 6E | 0 | 44 | 2A | 1A | 151 | 34 | 31 |
| Octal | 275 | 74 | 156 | 0 | 104 | 52 | 32 | 521 | 64 | 61 |
| Binary | 10111101 | 111100 | 1101110 | 0 | 1000100 | 101010 | 11010 | 101010001 | 110100 | 110001 |
Color Harmonies of #BD3C6E
Complementary color
Monochromatic Colors of #BD3C6E
Black with #BD3C6E
Text Example
Text Example
White with #BD3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C6E; }
p { color: rgb(189,60,110); }
H1.HeaderClassName
{
color: #BD3C6E;
}
.AnyTagClassName
{
color: #BD3C6E;
}
</style>
background-color css
<style>
a { background-color: #BD3C6E; }
a { background-color: rgb(189,60,110); }
div.DivClassName
{
background-color: #BD3C6E;
}
.BgClassName
{
background-color: #BD3C6E;
}
</style>
border-color css
<style>
span { border-color: #BD3C6E; }
span { border-color: rgb(189,60,110); }
td.TdClassName
{
border-color: #BD3C6E;
}
.TagClassName
{
border-color: #BD3C6E;
}
</style>