Shades of Heliotrope #BA82FD
Tints of Heliotrope #BA82FD
RGB
CMYK
RGB Variations
Color information
#BA82FD (or 0xBA82FD) is known color: Heliotrope. HEX triplet: BA, 82 and FD. RGB value is (186,130,253). Sum of RGB (Red+Green+Blue) = 186+130+253=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82FD is #457D02. Grayscale: #A0A0A0. Windows color (decimal): -4553987 or 16614074. OLE color: 16614074.
HSL color Cylindrical-coordinate representation of color #BA82FD: hue angle of 267.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA82FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 130 | 253 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.01 |
| HSL | 267.32º | 0.97% | 0.75% | - |
| HSV(B) | 267.32º | 0.49% | 0.99% | - |
| XYZ | 45.96 | 33.5 | 96.97 | - |
| YUV | 160.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 253 | 0.26 | 0.49 | 0 | 0.01 | 267.32 | 0.97 | 0.75 |
| Hex | BA | 82 | FD | 1A | 31 | 0 | 1 | 10B | 61 | 4B |
| Octal | 272 | 202 | 375 | 32 | 61 | 0 | 1 | 413 | 141 | 113 |
| Binary | 10111010 | 10000010 | 11111101 | 11010 | 110001 | 0 | 1 | 100001011 | 1100001 | 1001011 |
Color Harmonies of #BA82FD
Complementary color
Monochromatic Colors of #BA82FD
Black with #BA82FD
Text Example
Text Example
White with #BA82FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82FD; }
p { color: rgb(186,130,253); }
H1.HeaderClassName
{
color: #BA82FD;
}
.AnyTagClassName
{
color: #BA82FD;
}
</style>
background-color css
<style>
a { background-color: #BA82FD; }
a { background-color: rgb(186,130,253); }
div.DivClassName
{
background-color: #BA82FD;
}
.BgClassName
{
background-color: #BA82FD;
}
</style>
border-color css
<style>
span { border-color: #BA82FD; }
span { border-color: rgb(186,130,253); }
td.TdClassName
{
border-color: #BA82FD;
}
.TagClassName
{
border-color: #BA82FD;
}
</style>