Shades of Royal Heath #BD356D
Tints of Royal Heath #BD356D
RGB
CMYK
RGB Variations
Color information
#BD356D (or 0xBD356D) is known color: Royal Heath. HEX triplet: BD, 35 and 6D. RGB value is (189,53,109). Sum of RGB (Red+Green+Blue) = 189+53+109=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356D is #42CA92. Grayscale: #636363. Windows color (decimal): -4377235 or 7157181. OLE color: 7157181.
HSL color Cylindrical-coordinate representation of color #BD356D: hue angle of 335.29º degrees, saturation: 0.56, 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 #BD356D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 109 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.26 |
| HSL | 335.29º | 0.56% | 0.47% | - |
| HSV(B) | 335.29º | 0.72% | 0.74% | - |
| XYZ | 25.02 | 14.47 | 15.94 | - |
| YUV | 100.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 109 | 0 | 0.72 | 0.42 | 0.26 | 335.29 | 0.56 | 0.47 |
| Hex | BD | 35 | 6D | 0 | 48 | 2A | 1A | 14F | 38 | 2F |
| Octal | 275 | 65 | 155 | 0 | 110 | 52 | 32 | 517 | 70 | 57 |
| Binary | 10111101 | 110101 | 1101101 | 0 | 1001000 | 101010 | 11010 | 101001111 | 111000 | 101111 |
Color Harmonies of #BD356D
Complementary color
Monochromatic Colors of #BD356D
Black with #BD356D
Text Example
Text Example
White with #BD356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD356D; }
p { color: rgb(189,53,109); }
H1.HeaderClassName
{
color: #BD356D;
}
.AnyTagClassName
{
color: #BD356D;
}
</style>
background-color css
<style>
a { background-color: #BD356D; }
a { background-color: rgb(189,53,109); }
div.DivClassName
{
background-color: #BD356D;
}
.BgClassName
{
background-color: #BD356D;
}
</style>
border-color css
<style>
span { border-color: #BD356D; }
span { border-color: rgb(189,53,109); }
td.TdClassName
{
border-color: #BD356D;
}
.TagClassName
{
border-color: #BD356D;
}
</style>