Shades of Royal Heath #BA3F7A
Tints of Royal Heath #BA3F7A
RGB
CMYK
RGB Variations
Color information
#BA3F7A (or 0xBA3F7A) is known color: Royal Heath. HEX triplet: BA, 3F and 7A. RGB value is (186,63,122). Sum of RGB (Red+Green+Blue) = 186+63+122=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F7A is #45C085. Grayscale: #6A6A6A. Windows color (decimal): -4571270 or 8011706. OLE color: 8011706.
HSL color Cylindrical-coordinate representation of color #BA3F7A: hue angle of 331.22º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F7A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 122 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.27 |
| HSL | 331.22º | 0.49% | 0.49% | - |
| HSV(B) | 331.22º | 0.66% | 0.73% | - |
| XYZ | 25.54 | 15.4 | 20.04 | - |
| YUV | 106.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 122 | 0 | 0.66 | 0.34 | 0.27 | 331.22 | 0.49 | 0.49 |
| Hex | BA | 3F | 7A | 0 | 42 | 22 | 1B | 14B | 31 | 31 |
| Octal | 272 | 77 | 172 | 0 | 102 | 42 | 33 | 513 | 61 | 61 |
| Binary | 10111010 | 111111 | 1111010 | 0 | 1000010 | 100010 | 11011 | 101001011 | 110001 | 110001 |
Color Harmonies of #BA3F7A
Complementary color
Monochromatic Colors of #BA3F7A
Black with #BA3F7A
Text Example
Text Example
White with #BA3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F7A; }
p { color: rgb(186,63,122); }
H1.HeaderClassName
{
color: #BA3F7A;
}
.AnyTagClassName
{
color: #BA3F7A;
}
</style>
background-color css
<style>
a { background-color: #BA3F7A; }
a { background-color: rgb(186,63,122); }
div.DivClassName
{
background-color: #BA3F7A;
}
.BgClassName
{
background-color: #BA3F7A;
}
</style>
border-color css
<style>
span { border-color: #BA3F7A; }
span { border-color: rgb(186,63,122); }
td.TdClassName
{
border-color: #BA3F7A;
}
.TagClassName
{
border-color: #BA3F7A;
}
</style>