Shades of Royal Heath #BD346D
Tints of Royal Heath #BD346D
RGB
CMYK
RGB Variations
Color information
#BD346D (or 0xBD346D) is known color: Royal Heath. HEX triplet: BD, 34 and 6D. RGB value is (189,52,109). Sum of RGB (Red+Green+Blue) = 189+52+109=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD346D is #42CB92. Grayscale: #636363. Windows color (decimal): -4377491 or 7156925. OLE color: 7156925.
HSL color Cylindrical-coordinate representation of color #BD346D: hue angle of 335.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD346D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 109 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.26 |
| HSL | 335.04º | 0.57% | 0.47% | - |
| HSV(B) | 335.04º | 0.72% | 0.74% | - |
| XYZ | 24.97 | 14.38 | 15.93 | - |
| YUV | 99.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 109 | 0 | 0.72 | 0.42 | 0.26 | 335.04 | 0.57 | 0.47 |
| Hex | BD | 34 | 6D | 0 | 48 | 2A | 1A | 14F | 39 | 2F |
| Octal | 275 | 64 | 155 | 0 | 110 | 52 | 32 | 517 | 71 | 57 |
| Binary | 10111101 | 110100 | 1101101 | 0 | 1001000 | 101010 | 11010 | 101001111 | 111001 | 101111 |
Color Harmonies of #BD346D
Complementary color
Monochromatic Colors of #BD346D
Black with #BD346D
Text Example
Text Example
White with #BD346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD346D; }
p { color: rgb(189,52,109); }
H1.HeaderClassName
{
color: #BD346D;
}
.AnyTagClassName
{
color: #BD346D;
}
</style>
background-color css
<style>
a { background-color: #BD346D; }
a { background-color: rgb(189,52,109); }
div.DivClassName
{
background-color: #BD346D;
}
.BgClassName
{
background-color: #BD346D;
}
</style>
border-color css
<style>
span { border-color: #BD346D; }
span { border-color: rgb(189,52,109); }
td.TdClassName
{
border-color: #BD346D;
}
.TagClassName
{
border-color: #BD346D;
}
</style>