#BA7CF7

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

Shades of Heliotrope #BA7CF7

Tints of Heliotrope #BA7CF7

Color information

#BA7CF7 (or 0xBA7CF7) is unknown color: approx Heliotrope. HEX triplet: BA, 7C and F7. RGB value is (186,124,247). Sum of RGB (Red+Green+Blue) = 186+124+247=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA7CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF7 is #458308. Grayscale: #9C9C9C. Windows color (decimal): -4555529 or 16219322. OLE color: 16219322.

HSL color Cylindrical-coordinate representation of color #BA7CF7: hue angle of 270.24º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7CF7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186124247-
CMYK0.250.5000.03
HSL270.24º88.49%72.75%-
HSV(B)270.24º49.8%96.86%-
XYZ44.2531.5791.76-
YUV156.56179.04149-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=33.39%
G=22.26%
B=44.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861242470.250.5000.03270.2488.4972.75
HexBA7CF719320310e5849
Octal272174367316203416130111
Binary101110101111100111101111100111001001110000111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CF7; }

 p { color: rgb(186,124,247); }

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

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

 a { background-color: rgb(186,124,247); }

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

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

 span { border-color: rgb(186,124,247); }

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