Shades of Heliotrope #BA82FC
Tints of Heliotrope #BA82FC
RGB
CMYK
RGB Variations
Color information
#BA82FC (or 0xBA82FC) is known color: Heliotrope. HEX triplet: BA, 82 and FC. RGB value is (186,130,252). Sum of RGB (Red+Green+Blue) = 186+130+252=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA82FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82FC is #457D03. Grayscale: #A0A0A0. Windows color (decimal): -4553988 or 16548538. OLE color: 16548538.
HSL color Cylindrical-coordinate representation of color #BA82FC: hue angle of 267.54º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA82FC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 130 | 252 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.01 |
| HSL | 267.54º | 0.95% | 0.75% | - |
| HSV(B) | 267.54º | 0.48% | 0.99% | - |
| XYZ | 45.8 | 33.43 | 96.13 | - |
| YUV | 160.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 252 | 0.26 | 0.48 | 0 | 0.01 | 267.54 | 0.95 | 0.75 |
| Hex | BA | 82 | FC | 1A | 30 | 0 | 1 | 10C | 5F | 4B |
| Octal | 272 | 202 | 374 | 32 | 60 | 0 | 1 | 414 | 137 | 113 |
| Binary | 10111010 | 10000010 | 11111100 | 11010 | 110000 | 0 | 1 | 100001100 | 1011111 | 1001011 |
Color Harmonies of #BA82FC
Complementary color
Monochromatic Colors of #BA82FC
Black with #BA82FC
Text Example
Text Example
White with #BA82FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82FC; }
p { color: rgb(186,130,252); }
H1.HeaderClassName
{
color: #BA82FC;
}
.AnyTagClassName
{
color: #BA82FC;
}
</style>
background-color css
<style>
a { background-color: #BA82FC; }
a { background-color: rgb(186,130,252); }
div.DivClassName
{
background-color: #BA82FC;
}
.BgClassName
{
background-color: #BA82FC;
}
</style>
border-color css
<style>
span { border-color: #BA82FC; }
span { border-color: rgb(186,130,252); }
td.TdClassName
{
border-color: #BA82FC;
}
.TagClassName
{
border-color: #BA82FC;
}
</style>