Shades of Heliotrope #BA5FFB
Tints of Heliotrope #BA5FFB
RGB
CMYK
RGB Variations
Color information
#BA5FFB (or 0xBA5FFB) is known color: Heliotrope. HEX triplet: BA, 5F and FB. RGB value is (186,95,251). Sum of RGB (Red+Green+Blue) = 186+95+251=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FFB is #45A004. Grayscale: #8B8B8B. Windows color (decimal): -4562949 or 16474042. OLE color: 16474042.
HSL color Cylindrical-coordinate representation of color #BA5FFB: hue angle of 275º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5FFB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 95 | 251 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.02 |
| HSL | 275º | 0.95% | 0.68% | - |
| HSV(B) | 275º | 0.62% | 0.98% | - |
| XYZ | 41.75 | 25.59 | 94.01 | - |
| YUV | 139.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 251 | 0.26 | 0.62 | 0 | 0.02 | 275 | 0.95 | 0.68 |
| Hex | BA | 5F | FB | 1A | 3E | 0 | 2 | 113 | 5F | 44 |
| Octal | 272 | 137 | 373 | 32 | 76 | 0 | 2 | 423 | 137 | 104 |
| Binary | 10111010 | 1011111 | 11111011 | 11010 | 111110 | 0 | 10 | 100010011 | 1011111 | 1000100 |
Color Harmonies of #BA5FFB
Complementary color
Monochromatic Colors of #BA5FFB
Black with #BA5FFB
Text Example
Text Example
White with #BA5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FFB; }
p { color: rgb(186,95,251); }
H1.HeaderClassName
{
color: #BA5FFB;
}
.AnyTagClassName
{
color: #BA5FFB;
}
</style>
background-color css
<style>
a { background-color: #BA5FFB; }
a { background-color: rgb(186,95,251); }
div.DivClassName
{
background-color: #BA5FFB;
}
.BgClassName
{
background-color: #BA5FFB;
}
</style>
border-color css
<style>
span { border-color: #BA5FFB; }
span { border-color: rgb(186,95,251); }
td.TdClassName
{
border-color: #BA5FFB;
}
.TagClassName
{
border-color: #BA5FFB;
}
</style>