Shades of Royal Heath #BD457E
Tints of Royal Heath #BD457E
RGB
CMYK
RGB Variations
Color information
#BD457E (or 0xBD457E) is known color: Royal Heath. HEX triplet: BD, 45 and 7E. RGB value is (189,69,126). Sum of RGB (Red+Green+Blue) = 189+69+126=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457E is #42BA81. Grayscale: #6F6F6F. Windows color (decimal): -4373122 or 8275389. OLE color: 8275389.
HSL color Cylindrical-coordinate representation of color #BD457E: hue angle of 331.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD457E is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 126 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.26 |
| HSL | 331.5º | 0.48% | 0.51% | - |
| HSV(B) | 331.5º | 0.63% | 0.74% | - |
| XYZ | 26.88 | 16.58 | 21.52 | - |
| YUV | 111.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 126 | 0 | 0.63 | 0.33 | 0.26 | 331.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 7E | 0 | 3F | 21 | 1A | 14C | 30 | 33 |
| Octal | 275 | 105 | 176 | 0 | 77 | 41 | 32 | 514 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1111110 | 0 | 111111 | 100001 | 11010 | 101001100 | 110000 | 110011 |
Color Harmonies of #BD457E
Complementary color
Monochromatic Colors of #BD457E
Black with #BD457E
Text Example
Text Example
White with #BD457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD457E; }
p { color: rgb(189,69,126); }
H1.HeaderClassName
{
color: #BD457E;
}
.AnyTagClassName
{
color: #BD457E;
}
</style>
background-color css
<style>
a { background-color: #BD457E; }
a { background-color: rgb(189,69,126); }
div.DivClassName
{
background-color: #BD457E;
}
.BgClassName
{
background-color: #BD457E;
}
</style>
border-color css
<style>
span { border-color: #BD457E; }
span { border-color: rgb(189,69,126); }
td.TdClassName
{
border-color: #BD457E;
}
.TagClassName
{
border-color: #BD457E;
}
</style>