#BA7AFF

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

Shades of Heliotrope #BA7AFF

Tints of Heliotrope #BA7AFF

Color information

#BA7AFF (or 0xBA7AFF) is unknown color: approx Heliotrope. HEX triplet: BA, 7A and FF. RGB value is (186,122,255). Sum of RGB (Red+Green+Blue) = 186+122+255=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AFF is #458500. Grayscale: #9B9B9B. Windows color (decimal): -4556033 or 16743098. OLE color: 16743098.

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

Color convert

RGB186122255-
CMYK0.270.5200
HSL268.87º100%73.92%-
HSV(B)268.87º52.16%100%-
XYZ45.2631.5898.32-
YUV156.3183.7149.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 255 (100% from 255) = 45.29%
R=33.04%
G=21.67%
B=45.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861222550.270.5200268.8710073.92
HexBA7AFF1B340010d644a
Octal272172377336400415144112
Binary10111010111101011111111110111101000010000110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AFF; }

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

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

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

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

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

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

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

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