#BA73F1

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

Shades of Heliotrope #BA73F1

Tints of Heliotrope #BA73F1

Color information

#BA73F1 (or 0xBA73F1) is unknown color: approx Heliotrope. HEX triplet: BA, 73 and F1. RGB value is (186,115,241). Sum of RGB (Red+Green+Blue) = 186+115+241=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA73F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73F1 is #458C0E. Grayscale: #969696. Windows color (decimal): -4557839 or 15823802. OLE color: 15823802.

HSL color Cylindrical-coordinate representation of color #BA73F1: hue angle of 273.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA73F1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186115241-
CMYK0.230.5200.05
HSL273.81º81.82%69.8%-
HSV(B)273.81º52.28%94.51%-
XYZ42.2629.0586.6-
YUV150.59179.02153.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=34.32%
G=21.22%
B=44.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861152410.230.5200.05273.8181.8269.8
HexBA73F11734051125246
Octal272163361276405422122106
Binary1011101011100111111000110111110100010110001001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73F1; }

 p { color: rgb(186,115,241); }

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

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

 a { background-color: rgb(186,115,241); }

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

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

 span { border-color: rgb(186,115,241); }

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