#BA7AF1

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

Shades of Heliotrope #BA7AF1

Tints of Heliotrope #BA7AF1

Color information

#BA7AF1 (or 0xBA7AF1) is unknown color: approx Heliotrope. HEX triplet: BA, 7A and F1. RGB value is (186,122,241). Sum of RGB (Red+Green+Blue) = 186+122+241=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF1 is #45850E. Grayscale: #9A9A9A. Windows color (decimal): -4556047 or 15825594. OLE color: 15825594.

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

Color convert

RGB186122241-
CMYK0.230.4900.05
HSL272.27º80.95%71.18%-
HSV(B)272.27º49.38%94.51%-
XYZ43.0930.7186.88-
YUV154.7176.7150.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=33.88%
G=22.22%
B=43.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861222410.230.4900.05272.2780.9571.18
HexBA7AF11731051105147
Octal272172361276105420121107
Binary1011101011110101111000110111110001010110001000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AF1; }

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

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

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

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

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

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

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

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