Shades of Royal Heath #BA507B
Tints of Royal Heath #BA507B
RGB
CMYK
RGB Variations
Color information
#BA507B (or 0xBA507B) is known color: Royal Heath. HEX triplet: BA, 50 and 7B. RGB value is (186,80,123). Sum of RGB (Red+Green+Blue) = 186+80+123=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA507B is #45AF84. Grayscale: #747474. Windows color (decimal): -4566917 or 8081594. OLE color: 8081594.
HSL color Cylindrical-coordinate representation of color #BA507B: hue angle of 335.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA507B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 123 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.27 |
| HSL | 335.66º | 0.43% | 0.52% | - |
| HSV(B) | 335.66º | 0.57% | 0.73% | - |
| XYZ | 26.69 | 17.61 | 20.73 | - |
| YUV | 116.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 123 | 0 | 0.57 | 0.34 | 0.27 | 335.66 | 0.43 | 0.52 |
| Hex | BA | 50 | 7B | 0 | 39 | 22 | 1B | 150 | 2B | 34 |
| Octal | 272 | 120 | 173 | 0 | 71 | 42 | 33 | 520 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1111011 | 0 | 111001 | 100010 | 11011 | 101010000 | 101011 | 110100 |
Color Harmonies of #BA507B
Complementary color
Monochromatic Colors of #BA507B
Black with #BA507B
Text Example
Text Example
White with #BA507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA507B; }
p { color: rgb(186,80,123); }
H1.HeaderClassName
{
color: #BA507B;
}
.AnyTagClassName
{
color: #BA507B;
}
</style>
background-color css
<style>
a { background-color: #BA507B; }
a { background-color: rgb(186,80,123); }
div.DivClassName
{
background-color: #BA507B;
}
.BgClassName
{
background-color: #BA507B;
}
</style>
border-color css
<style>
span { border-color: #BA507B; }
span { border-color: rgb(186,80,123); }
td.TdClassName
{
border-color: #BA507B;
}
.TagClassName
{
border-color: #BA507B;
}
</style>