Shades of Royal Heath #BD426E
Tints of Royal Heath #BD426E
RGB
CMYK
RGB Variations
Color information
#BD426E (or 0xBD426E) is known color: Royal Heath. HEX triplet: BD, 42 and 6E. RGB value is (189,66,110). Sum of RGB (Red+Green+Blue) = 189+66+110=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD426E is #42BD91. Grayscale: #6B6B6B. Windows color (decimal): -4373906 or 7226045. OLE color: 7226045.
HSL color Cylindrical-coordinate representation of color #BD426E: hue angle of 338.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD426E is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 110 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.26 |
| HSL | 338.54º | 0.48% | 0.5% | - |
| HSV(B) | 338.54º | 0.65% | 0.74% | - |
| XYZ | 25.75 | 15.84 | 16.45 | - |
| YUV | 107.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 110 | 0 | 0.65 | 0.42 | 0.26 | 338.54 | 0.48 | 0.5 |
| Hex | BD | 42 | 6E | 0 | 41 | 2A | 1A | 153 | 30 | 32 |
| Octal | 275 | 102 | 156 | 0 | 101 | 52 | 32 | 523 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1101110 | 0 | 1000001 | 101010 | 11010 | 101010011 | 110000 | 110010 |
Color Harmonies of #BD426E
Complementary color
Monochromatic Colors of #BD426E
Black with #BD426E
Text Example
Text Example
White with #BD426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD426E; }
p { color: rgb(189,66,110); }
H1.HeaderClassName
{
color: #BD426E;
}
.AnyTagClassName
{
color: #BD426E;
}
</style>
background-color css
<style>
a { background-color: #BD426E; }
a { background-color: rgb(189,66,110); }
div.DivClassName
{
background-color: #BD426E;
}
.BgClassName
{
background-color: #BD426E;
}
</style>
border-color css
<style>
span { border-color: #BD426E; }
span { border-color: rgb(189,66,110); }
td.TdClassName
{
border-color: #BD426E;
}
.TagClassName
{
border-color: #BD426E;
}
</style>