#BA7BF7

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

Shades of Heliotrope #BA7BF7

Tints of Heliotrope #BA7BF7

Color information

#BA7BF7 (or 0xBA7BF7) is unknown color: approx Heliotrope. HEX triplet: BA, 7B and F7. RGB value is (186,123,247). Sum of RGB (Red+Green+Blue) = 186+123+247=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF7 is #458408. Grayscale: #9B9B9B. Windows color (decimal): -4555785 or 16219066. OLE color: 16219066.

HSL color Cylindrical-coordinate representation of color #BA7BF7: hue angle of 270.48º degrees, saturation: 0.89, 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 #BA7BF7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186123247-
CMYK0.250.5000.03
HSL270.48º88.57%72.55%-
HSV(B)270.48º50.2%96.86%-
XYZ44.1231.3291.72-
YUV155.97179.37149.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 123 (48.44% from 255) = 22.12%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=33.45%
G=22.12%
B=44.42%

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
Decimal1861232470.250.5000.03270.4888.5772.55
HexBA7BF719320310e5949
Octal272173367316203416131111
Binary101110101111011111101111100111001001110000111010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BF7; }

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

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

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

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

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

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

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

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