Shades of Heliotrope #BA5FFD
Tints of Heliotrope #BA5FFD
RGB
CMYK
RGB Variations
Color information
#BA5FFD (or 0xBA5FFD) is known color: Heliotrope. HEX triplet: BA, 5F and FD. RGB value is (186,95,253). Sum of RGB (Red+Green+Blue) = 186+95+253=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FFD is #45A002. Grayscale: #8B8B8B. Windows color (decimal): -4562947 or 16605114. OLE color: 16605114.
HSL color Cylindrical-coordinate representation of color #BA5FFD: hue angle of 274.56º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5FFD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 95 | 253 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 274.56º | 0.98% | 0.68% | - |
| HSV(B) | 274.56º | 0.62% | 0.99% | - |
| XYZ | 42.07 | 25.72 | 95.67 | - |
| YUV | 140.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 253 | 0.26 | 0.62 | 0 | 0.01 | 274.56 | 0.98 | 0.68 |
| Hex | BA | 5F | FD | 1A | 3E | 0 | 1 | 113 | 62 | 44 |
| Octal | 272 | 137 | 375 | 32 | 76 | 0 | 1 | 423 | 142 | 104 |
| Binary | 10111010 | 1011111 | 11111101 | 11010 | 111110 | 0 | 1 | 100010011 | 1100010 | 1000100 |
Color Harmonies of #BA5FFD
Complementary color
Monochromatic Colors of #BA5FFD
Black with #BA5FFD
Text Example
Text Example
White with #BA5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FFD; }
p { color: rgb(186,95,253); }
H1.HeaderClassName
{
color: #BA5FFD;
}
.AnyTagClassName
{
color: #BA5FFD;
}
</style>
background-color css
<style>
a { background-color: #BA5FFD; }
a { background-color: rgb(186,95,253); }
div.DivClassName
{
background-color: #BA5FFD;
}
.BgClassName
{
background-color: #BA5FFD;
}
</style>
border-color css
<style>
span { border-color: #BA5FFD; }
span { border-color: rgb(186,95,253); }
td.TdClassName
{
border-color: #BA5FFD;
}
.TagClassName
{
border-color: #BA5FFD;
}
</style>