Shades of Heliotrope #BA7BF3
Tints of Heliotrope #BA7BF3
RGB
CMYK
RGB Variations
Color information
#BA7BF3 (or 0xBA7BF3) is known color: Heliotrope. HEX triplet: BA, 7B and F3. RGB value is (186,123,243). Sum of RGB (Red+Green+Blue) = 186+123+243=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA7BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF3 is #45840C. Grayscale: #9B9B9B. Windows color (decimal): -4555789 or 15956922. OLE color: 15956922.
HSL color Cylindrical-coordinate representation of color #BA7BF3: hue angle of 271.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7BF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 123 | 243 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 271.5º | 0.83% | 0.72% | - |
| HSV(B) | 271.5º | 0.49% | 0.95% | - |
| XYZ | 43.51 | 31.08 | 88.5 | - |
| YUV | 155.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 243 | 0.23 | 0.49 | 0 | 0.05 | 271.5 | 0.83 | 0.72 |
| Hex | BA | 7B | F3 | 17 | 31 | 0 | 5 | 110 | 53 | 48 |
| Octal | 272 | 173 | 363 | 27 | 61 | 0 | 5 | 420 | 123 | 110 |
| Binary | 10111010 | 1111011 | 11110011 | 10111 | 110001 | 0 | 101 | 100010000 | 1010011 | 1001000 |
Color Harmonies of #BA7BF3
Complementary color
Monochromatic Colors of #BA7BF3
Black with #BA7BF3
Text Example
Text Example
White with #BA7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BF3; }
p { color: rgb(186,123,243); }
H1.HeaderClassName
{
color: #BA7BF3;
}
.AnyTagClassName
{
color: #BA7BF3;
}
</style>
background-color css
<style>
a { background-color: #BA7BF3; }
a { background-color: rgb(186,123,243); }
div.DivClassName
{
background-color: #BA7BF3;
}
.BgClassName
{
background-color: #BA7BF3;
}
</style>
border-color css
<style>
span { border-color: #BA7BF3; }
span { border-color: rgb(186,123,243); }
td.TdClassName
{
border-color: #BA7BF3;
}
.TagClassName
{
border-color: #BA7BF3;
}
</style>