#BA7FF5

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

Shades of Heliotrope #BA7FF5

Tints of Heliotrope #BA7FF5

Color information

#BA7FF5 (or 0xBA7FF5) is unknown color: approx Heliotrope. HEX triplet: BA, 7F and F5. RGB value is (186,127,245). Sum of RGB (Red+Green+Blue) = 186+127+245=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA7FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF5 is #45800A. Grayscale: #9D9D9D. Windows color (decimal): -4554763 or 16089018. OLE color: 16089018.

HSL color Cylindrical-coordinate representation of color #BA7FF5: hue angle of 270º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7FF5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186127245-
CMYK0.240.4800.04
HSL270º85.51%72.94%-
HSV(B)270º48.16%96.08%-
XYZ44.3232.2190.27-
YUV158.09177.05147.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=33.33%
G=22.76%
B=43.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861272450.240.4800.0427085.5172.94
HexBA7FF518300410e5649
Octal272177365306004416126111
Binary1011101011111111111010111000110000010010000111010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FF5; }

 p { color: rgb(186,127,245); }

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

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

 a { background-color: rgb(186,127,245); }

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

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

 span { border-color: rgb(186,127,245); }

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