#BA79F3

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

Shades of Heliotrope #BA79F3

Tints of Heliotrope #BA79F3

Color information

#BA79F3 (or 0xBA79F3) is unknown color: approx Heliotrope. HEX triplet: BA, 79 and F3. RGB value is (186,121,243). Sum of RGB (Red+Green+Blue) = 186+121+243=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA79F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79F3 is #45860C. Grayscale: #999999. Windows color (decimal): -4556301 or 15956410. OLE color: 15956410.

HSL color Cylindrical-coordinate representation of color #BA79F3: hue angle of 271.97º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA79F3 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186121243-
CMYK0.230.5000.05
HSL271.97º83.56%71.37%-
HSV(B)271.97º50.21%95.29%-
XYZ43.2630.5888.42-
YUV154.34178.03150.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 121 (47.66% from 255) = 22%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=33.82%
G=22%
B=44.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861212430.230.5000.05271.9783.5671.37
HexBA79F31732051105447
Octal272171363276205420124107
Binary1011101011110011111001110111110010010110001000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79F3; }

 p { color: rgb(186,121,243); }

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

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

 a { background-color: rgb(186,121,243); }

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

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

 span { border-color: rgb(186,121,243); }

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