#BA61FF

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

Shades of Heliotrope #BA61FF

Tints of Heliotrope #BA61FF

Color information

#BA61FF (or 0xBA61FF) is unknown color: approx Heliotrope. HEX triplet: BA, 61 and FF. RGB value is (186,97,255). Sum of RGB (Red+Green+Blue) = 186+97+255=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FF is #459E00. Grayscale: #8D8D8D. Windows color (decimal): -4562433 or 16736698. OLE color: 16736698.

HSL color Cylindrical-coordinate representation of color #BA61FF: hue angle of 273.8º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA61FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18697255-
CMYK0.270.6200
HSL273.8º100%69.02%-
HSV(B)273.8º61.96%100%-
XYZ42.5726.2197.42-
YUV141.62191.99159.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 255 (100% from 255) = 47.40%
R=34.57%
G=18.03%
B=47.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186972550.270.6200273.810069.02
HexBA61FF1B3E001126445
Octal272141377337600422144105
Binary10111010110000111111111110111111100010001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61FF; }

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

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

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

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

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

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

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

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