Shades of Heliotrope #BA61FB
Tints of Heliotrope #BA61FB
RGB
CMYK
RGB Variations
Color information
#BA61FB (or 0xBA61FB) is known color: Heliotrope. HEX triplet: BA, 61 and FB. RGB value is (186,97,251). Sum of RGB (Red+Green+Blue) = 186+97+251=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FB is #459E04. Grayscale: #8C8C8C. Windows color (decimal): -4562437 or 16474554. OLE color: 16474554.
HSL color Cylindrical-coordinate representation of color #BA61FB: hue angle of 274.68º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA61FB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 97 | 251 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.68º | 0.95% | 0.68% | - |
| HSV(B) | 274.68º | 0.61% | 0.98% | - |
| XYZ | 41.94 | 25.95 | 94.07 | - |
| YUV | 141.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 251 | 0.26 | 0.61 | 0 | 0.02 | 274.68 | 0.95 | 0.68 |
| Hex | BA | 61 | FB | 1A | 3D | 0 | 2 | 113 | 5F | 44 |
| Octal | 272 | 141 | 373 | 32 | 75 | 0 | 2 | 423 | 137 | 104 |
| Binary | 10111010 | 1100001 | 11111011 | 11010 | 111101 | 0 | 10 | 100010011 | 1011111 | 1000100 |
Color Harmonies of #BA61FB
Complementary color
Monochromatic Colors of #BA61FB
Black with #BA61FB
Text Example
Text Example
White with #BA61FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61FB; }
p { color: rgb(186,97,251); }
H1.HeaderClassName
{
color: #BA61FB;
}
.AnyTagClassName
{
color: #BA61FB;
}
</style>
background-color css
<style>
a { background-color: #BA61FB; }
a { background-color: rgb(186,97,251); }
div.DivClassName
{
background-color: #BA61FB;
}
.BgClassName
{
background-color: #BA61FB;
}
</style>
border-color css
<style>
span { border-color: #BA61FB; }
span { border-color: rgb(186,97,251); }
td.TdClassName
{
border-color: #BA61FB;
}
.TagClassName
{
border-color: #BA61FB;
}
</style>