#BA5AFF

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

Shades of Heliotrope #BA5AFF

Tints of Heliotrope #BA5AFF

Color information

#BA5AFF (or 0xBA5AFF) is unknown color: approx Heliotrope. HEX triplet: BA, 5A and FF. RGB value is (186,90,255). Sum of RGB (Red+Green+Blue) = 186+90+255=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFF is #45A500. Grayscale: #888888. Windows color (decimal): -4564225 or 16734906. OLE color: 16734906.

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

Color convert

RGB18690255-
CMYK0.270.6500
HSL274.91º100%67.65%-
HSV(B)274.91º64.71%100%-
XYZ41.9624.9797.22-
YUV137.51194.3162.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 255 (100% from 255) = 48.02%
R=35.03%
G=16.95%
B=48.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186902550.270.6500274.9110067.65
HexBA5AFF1B41001136444
Octal2721323773310100423144104
Binary101110101011010111111111101110000010010001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AFF; }

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

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

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

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

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

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

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

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