#BA5CFF

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

Shades of Heliotrope #BA5CFF

Tints of Heliotrope #BA5CFF

Color information

#BA5CFF (or 0xBA5CFF) is unknown color: approx Heliotrope. HEX triplet: BA, 5C and FF. RGB value is (186,92,255). Sum of RGB (Red+Green+Blue) = 186+92+255=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CFF is #45A300. Grayscale: #8A8A8A. Windows color (decimal): -4563713 or 16735418. OLE color: 16735418.

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

Color convert

RGB18692255-
CMYK0.270.6400
HSL274.6º100%68.04%-
HSV(B)274.6º63.92%100%-
XYZ42.1325.3197.27-
YUV138.69193.64161.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 92 (36.33% from 255) = 17.26%
BLUE value IS 255 (100% from 255) = 47.84%
R=34.90%
G=17.26%
B=47.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186922550.270.6400274.610068.04
HexBA5CFF1B40001136444
Octal2721343773310000423144104
Binary101110101011100111111111101110000000010001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CFF; }

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

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

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

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

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

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

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

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