#BA7EFF

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

Shades of Heliotrope #BA7EFF

Tints of Heliotrope #BA7EFF

Color information

#BA7EFF (or 0xBA7EFF) is unknown color: approx Heliotrope. HEX triplet: BA, 7E and FF. RGB value is (186,126,255). Sum of RGB (Red+Green+Blue) = 186+126+255=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFF is #458100. Grayscale: #9E9E9E. Windows color (decimal): -4555009 or 16744122. OLE color: 16744122.

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

Color convert

RGB186126255-
CMYK0.270.5100
HSL267.91º100%74.71%-
HSV(B)267.91º50.59%100%-
XYZ45.7632.5898.48-
YUV158.65182.38147.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 44.97%
R=32.80%
G=22.22%
B=44.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861262550.270.5100267.9110074.71
HexBA7EFF1B330010c644b
Octal272176377336300414144113
Binary10111010111111011111111110111100110010000110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EFF; }

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

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

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

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

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

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

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

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