#BA7AF6

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

Shades of Heliotrope #BA7AF6

Tints of Heliotrope #BA7AF6

Color information

#BA7AF6 (or 0xBA7AF6) is unknown color: approx Heliotrope. HEX triplet: BA, 7A and F6. RGB value is (186,122,246). Sum of RGB (Red+Green+Blue) = 186+122+246=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF6 is #458509. Grayscale: #9A9A9A. Windows color (decimal): -4556042 or 16153274. OLE color: 16153274.

HSL color Cylindrical-coordinate representation of color #BA7AF6: hue angle of 270.97º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7AF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186122246-
CMYK0.240.5000.04
HSL270.97º87.32%72.16%-
HSV(B)270.97º50.41%96.47%-
XYZ43.8431.0190.86-
YUV155.27179.2149.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=33.57%
G=22.02%
B=44.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861222460.240.5000.04270.9787.3272.16
HexBA7AF618320410f5748
Octal272172366306204417127110
Binary1011101011110101111011011000110010010010000111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AF6; }

 p { color: rgb(186,122,246); }

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

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

 a { background-color: rgb(186,122,246); }

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

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

 span { border-color: rgb(186,122,246); }

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