#BA61FA

Color #BA61FA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BA61FA

Tints of Heliotrope #BA61FA

Color information

#BA61FA (or 0xBA61FA) is unknown color: approx Heliotrope. HEX triplet: BA, 61 and FA. RGB value is (186,97,250). Sum of RGB (Red+Green+Blue) = 186+97+250=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FA is #459E05. Grayscale: #8C8C8C. Windows color (decimal): -4562438 or 16409018. OLE color: 16409018.

HSL color Cylindrical-coordinate representation of color #BA61FA: hue angle of 274.9º degrees, saturation: 0.94, 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 #BA61FA is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18697250-
CMYK0.260.6100.02
HSL274.9º93.87%68.04%-
HSV(B)274.9º61.2%98.04%-
XYZ41.7825.8993.24-
YUV141.05189.49160.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=34.90%
G=18.20%
B=46.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186972500.260.6100.02274.993.8768.04
HexBA61FA1A3D021135e44
Octal272141372327502423136104
Binary101110101100001111110101101011110101010001001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61FA; }

 p { color: rgb(186,97,250); }

 H1.HeaderClassName
 {
   color: #BA61FA;
 }
 .AnyTagClassName
 {
   color: #BA61FA;
 }
</style>
background-color css

<style>
 a { background-color: #BA61FA; }

 a { background-color: rgb(186,97,250); }

 div.DivClassName
 {
   background-color: #BA61FA;
 }
 .BgClassName
 {
   background-color: #BA61FA;
 }
</style>
border-color css

<style>
 span { border-color: #BA61FA; }

 span { border-color: rgb(186,97,250); }

 td.TdClassName
 {
   border-color: #BA61FA;
 }
 .TagClassName
 {
   border-color: #BA61FA;
 }
</style>