Shades of Royal Heath #BA4B7E
Tints of Royal Heath #BA4B7E
RGB
CMYK
RGB Variations
Color information
#BA4B7E (or 0xBA4B7E) is known color: Royal Heath. HEX triplet: BA, 4B and 7E. RGB value is (186,75,126). Sum of RGB (Red+Green+Blue) = 186+75+126=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B7E is #45B481. Grayscale: #717171. Windows color (decimal): -4568194 or 8276922. OLE color: 8276922.
HSL color Cylindrical-coordinate representation of color #BA4B7E: hue angle of 332.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B7E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 126 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.27 |
| HSL | 332.43º | 0.45% | 0.51% | - |
| HSV(B) | 332.43º | 0.6% | 0.73% | - |
| XYZ | 26.53 | 16.98 | 21.62 | - |
| YUV | 114 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 126 | 0 | 0.60 | 0.32 | 0.27 | 332.43 | 0.45 | 0.51 |
| Hex | BA | 4B | 7E | 0 | 3C | 20 | 1B | 14C | 2D | 33 |
| Octal | 272 | 113 | 176 | 0 | 74 | 40 | 33 | 514 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1111110 | 0 | 111100 | 100000 | 11011 | 101001100 | 101101 | 110011 |
Color Harmonies of #BA4B7E
Complementary color
Monochromatic Colors of #BA4B7E
Black with #BA4B7E
Text Example
Text Example
White with #BA4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B7E; }
p { color: rgb(186,75,126); }
H1.HeaderClassName
{
color: #BA4B7E;
}
.AnyTagClassName
{
color: #BA4B7E;
}
</style>
background-color css
<style>
a { background-color: #BA4B7E; }
a { background-color: rgb(186,75,126); }
div.DivClassName
{
background-color: #BA4B7E;
}
.BgClassName
{
background-color: #BA4B7E;
}
</style>
border-color css
<style>
span { border-color: #BA4B7E; }
span { border-color: rgb(186,75,126); }
td.TdClassName
{
border-color: #BA4B7E;
}
.TagClassName
{
border-color: #BA4B7E;
}
</style>