#BA61FD

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

Shades of Heliotrope #BA61FD

Tints of Heliotrope #BA61FD

Color information

#BA61FD (or 0xBA61FD) is unknown color: approx Heliotrope. HEX triplet: BA, 61 and FD. RGB value is (186,97,253). Sum of RGB (Red+Green+Blue) = 186+97+253=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA61FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FD is #459E02. Grayscale: #8C8C8C. Windows color (decimal): -4562435 or 16605626. OLE color: 16605626.

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

Color convert

RGB18697253-
CMYK0.260.6200.01
HSL274.23º97.5%68.63%-
HSV(B)274.23º61.66%99.22%-
XYZ42.2526.0895.74-
YUV141.4190.99159.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 97 (38.28% from 255) = 18.10%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=34.70%
G=18.10%
B=47.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186972530.260.6200.01274.2397.568.63
HexBA61FD1A3E011126245
Octal272141375327601422142105
Binary10111010110000111111101110101111100110001001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61FD; }

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

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

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

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

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

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

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

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